Skip to content

Commit

Permalink
ZO-5240: No need to talk about vivi-internal naming, handled by stora…
Browse files Browse the repository at this point in the history
…ge-api
  • Loading branch information
wosc committed Apr 26, 2024
1 parent c6c1a8b commit f38bef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoketest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def _request(self, verb, url, **kw):
return r

def set_property(self, path, ns, name, value):
if not ns.startswith('http'):
ns = f'http://namespaces.zeit.de/CMS/{ns}'
self._request('put', f'/resource{path}', json={ns: {name: value}})

def set_body(self, path, body):
Expand Down

0 comments on commit f38bef0

Please sign in to comment.