Skip to content

Commit 9ca88ca

Browse files
committed
test with closed project
1 parent 6566d8c commit 9ca88ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

services/web/server/tests/integration/01/test_computation.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -609,11 +609,11 @@ async def test_running_computation_sends_progress_updates_via_socketio(
609609

610610
project_id = user_project["uuid"]
611611

612-
url_open = client.app.router["open_project"].url_for(
613-
project_id=user_project["uuid"]
614-
)
615-
resp = await client.post(f"{url_open}", json=client_id)
616-
await assert_status(resp, status.HTTP_200_OK)
612+
# url_open = client.app.router["open_project"].url_for(
613+
# project_id=user_project["uuid"]
614+
# )
615+
# resp = await client.post(f"{url_open}", json=client_id)
616+
# await assert_status(resp, status.HTTP_200_OK)
617617

618618
url_start = client.app.router["start_computation"].url_for(project_id=project_id)
619619
assert url_start == URL(f"/{API_VTAG}/computations/{project_id}:start")

0 commit comments

Comments
 (0)