Bug - Fix watch clone (#1647)

This commit is contained in:
dgtlmoon
2023-06-27 17:05:32 +02:00
committed by GitHub
parent 8cbf8e8f57
commit 5f150c4f03
7 changed files with 98 additions and 30 deletions

View File

@@ -267,7 +267,7 @@ def test_api_watch_PUT_update(client, live_server):
#live_server_setup(live_server)
api_key = extract_api_key_from_UI(client)
time.sleep(1)
# Create a watch
set_original_response()
test_url = url_for('test_endpoint', _external=True,
@@ -283,7 +283,6 @@ def test_api_watch_PUT_update(client, live_server):
assert res.status_code == 201
time.sleep(1)
# Get a listing, it will be the first one
res = client.get(