diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 18:01:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-14 18:01:27 -0700 |
commit | 7c18e1d22b16bb920c9bb9a788691820bbdb2bfa (patch) | |
tree | 0e623bc4442f8a36267607a8f32106a3f241ee9c /python/tests/api_misc.py | |
parent | 1e0e890284978dc7379db707ed1fa2c902e297c6 (diff) | |
download | fatcat-7c18e1d22b16bb920c9bb9a788691820bbdb2bfa.tar.gz fatcat-7c18e1d22b16bb920c9bb9a788691820bbdb2bfa.zip |
python impl
Diffstat (limited to 'python/tests/api_misc.py')
-rw-r--r-- | python/tests/api_misc.py | 2 |
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) |