From 7c18e1d22b16bb920c9bb9a788691820bbdb2bfa Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 14 May 2019 18:01:27 -0700 Subject: python impl --- python/tests/api_misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/api_misc.py') 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) -- cgit v1.2.3