Skip to content
Snippets Groups Projects
Commit 17660760 authored by Erik Reid's avatar Erik Reid
Browse files

/jobs/latchdb moved to /testing/latchdb

parent bede9d58
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ def test_check_task_status_exception(client, mocker):
def test_latchdb(client, mocked_redis):
rv = client.post(
'jobs/latchdb',
'testing/latchdb',
headers=DEFAULT_REQUEST_HEADERS)
assert rv.status_code == 200
latch = json.loads(rv.data.decode('utf-8'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment