Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bgklein committed Jul 18, 2019
1 parent 19cec73 commit 202b1f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions tests/data/batch.job.resourcefile-legacy.json.orig

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def sku_filter_function(skus):
sku_id = '2016-datacenter'
node_agent_sku_id = sku_filter_function(sku_results)

is_windows = True if publisher == 'microsoftwindowsserver' else False
is_windows = True if publisher.toLower() == 'microsoftwindowsserver' else False
print('Allocating pool {}, {}, {} with agent {}'.
format(publisher, offer, sku_id, node_agent_sku_id))

Expand Down

0 comments on commit 202b1f0

Please sign in to comment.