File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
services/web/server/tests/unit/with_dbs/02 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -863,6 +863,7 @@ async def test_start_stop_node_sends_node_updated_socketio_event(
863863 "dynamic_scheduler.api.get_dynamic_service"
864864 ].return_value = DynamicServiceGet .model_validate (
865865 DynamicServiceGet .model_json_schema ()["examples" ][0 ]
866+ | {"user_id" : logged_user ["id" ], "project_id" : project ["uuid" ]}
866867 )
867868
868869 response = await client .post (f"{ url } " )
@@ -897,6 +898,7 @@ async def test_start_stop_node_sends_node_updated_socketio_event(
897898 "dynamic_scheduler.api.get_dynamic_service"
898899 ].return_value = NodeGetIdle .model_validate (
899900 NodeGetIdle .model_json_schema ()["examples" ][0 ]
901+ | {"user_id" : logged_user ["id" ], "project_id" : project ["uuid" ]}
900902 )
901903 response = await client .post (f"{ url } " )
902904 await assert_status (response , expected .accepted )
You can’t perform that action at this time.
0 commit comments