Skip to content
Snippets Groups Projects
Commit 5afc34a5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

fix test

parent 116f2400
No related branches found
No related tags found
1 merge request!514add workflow_metadata column to sqlalchemy schema
This commit is part of merge request !514. Comments created here will be created in the context of that merge request.
......@@ -19,6 +19,7 @@ def test_view_latest_version(test_config: Configurator, request_null_capability:
"capability_request_id": 1,
"version_number": 1,
"parameters": '{"arguments": "-pe"}',
"workflow_metadata": None,
"files": [],
}
assert response.status_code == http.HTTPStatus.OK
......@@ -33,9 +34,7 @@ def test_view_latest_version(test_config: Configurator, request_null_capability:
assert no_such_request_response.status_code == http.HTTPStatus.NOT_FOUND
def test_create_capability_version(
test_config: Configurator, request_null_capability: DummyRequest
):
def test_create_capability_version(test_config: Configurator, request_null_capability: DummyRequest):
"""
Tests the create capability version view to make sure it properly supports creation of versions
......
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