summaryrefslogtreecommitdiffstats
path: root/python/tests/api_misc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/api_misc.py')
-rw-r--r--python/tests/api_misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/api_misc.py b/python/tests/api_misc.py
index 27d64025..ef26a6c0 100644
--- a/python/tests/api_misc.py
+++ b/python/tests/api_misc.py
@@ -38,5 +38,5 @@ def test_unexpected_body(api):
sha1="88888888888888892dd2657a1e3c992b5dc45dd2",
)
f1.urls = [dict(url="http://thing", rel="repository", asdf="blue")]
- api.create_file(f1, editgroup_id=eg.editgroup_id)
+ api.create_file(eg.editgroup_id, f1)