Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py

Issue 2213723002: swarmbucket: allow overriding config (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@sb-cfg-refactoring
Patch Set: security warning Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py
diff --git a/appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py b/appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py
index 9b07aeeb9e36324b905f43bc661ff351bcb5ec99..61c68bf899234c102c482d31064df8e56bf843e6 100755
--- a/appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py
+++ b/appengine/cr-buildbucket/swarming/test/swarmingcfg_test.py
@@ -186,7 +186,9 @@ class SwarmingCfgTest(testing.AppengineTestCase):
Swarming.Builder(name='debug'),
Swarming.Builder(
name='release',
- recipe=Swarming.Recipe(properties=['a:c'], properties_j=['x:']),
+ recipe=Swarming.Recipe(
+ properties=['a:c'],
+ properties_j=['x:null']),
),
],
)
« no previous file with comments | « appengine/cr-buildbucket/swarming/test/swarming_test.py ('k') | appengine/cr-buildbucket/test/protoutil_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698