summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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