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

Unified Diff: appengine/swarming/server/task_queues_test.py

Issue 2928823002: Make backward-forward compatible version. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « appengine/swarming/message_conversion.py ('k') | appengine/swarming/server/task_request.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/server/task_queues_test.py
diff --git a/appengine/swarming/server/task_queues_test.py b/appengine/swarming/server/task_queues_test.py
index 2cc6fe82f59ddbad750c4b0024f6d57ce6554dd7..8cf983fcd9ce0e42b45380447c65d758c567b9ce 100755
--- a/appengine/swarming/server/task_queues_test.py
+++ b/appengine/swarming/server/task_queues_test.py
@@ -56,6 +56,7 @@ def _gen_request(properties=None):
'io_timeout_secs': None,
}
props.update(properties or {})
+ props['dimensions_dict'] = props.pop('dimensions')
now = utils.utcnow()
args = {
'created_ts': now,
« no previous file with comments | « appengine/swarming/message_conversion.py ('k') | appengine/swarming/server/task_request.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698