diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-02-13 12:23:57 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-02-13 12:23:57 +0100 |
| commit | b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf (patch) | |
| tree | c494c9ac43a29a9d346de0f53c00236a0601ec88 /test | |
| parent | 18b01d7861312b85bab1421cec42000d20106b26 (diff) | |
| download | obsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.tar.gz obsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.tar.xz obsapi-b2e96e97ccbe3b6b670a8366dc1ff5ed775deddf.zip | |
Cleanup sourceapi
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_obs_source_api.py | 2 |
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 |
