File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
services/web/server/tests/integration/01 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments