summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorScott Bahling <sbahling@suse.com>2020-02-13 12:23:57 +0100
committerScott Bahling <sbahling@suse.com>2020-02-13 12:23:57 +0100
commitb2e96e97ccbe3b6b670a8366dc1ff5ed775deddf (patch)
treec494c9ac43a29a9d346de0f53c00236a0601ec88 /test
parent18b01d7861312b85bab1421cec42000d20106b26 (diff)
downloadobsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.tar.gz
obsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.tar.xz
obsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.zip
Cleanup sourceapi
Diffstat (limited to 'test')
-rw-r--r--test/test_obs_source_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_obs_source_api.py b/test/test_obs_source_api.py
index e947547..beace47 100644
--- a/test/test_obs_source_api.py
+++ b/test/test_obs_source_api.py
@@ -27,7 +27,7 @@ def test_source_put_meta(requests_mock):
matcher = RequestMatcher()
matcher.put_data = xml
requests_mock.put(uri, content=content, additional_matcher=matcher.match_put_data)
- response = sourceapi.put_meta(prj, xml)
+ response = sourceapi.put_meta(prj, meta=xml)
assert response.content == content