diff --git a/tests/integration/test_rest_routes.py b/tests/integration/test_rest_routes.py index 4bc346f2..a26ee44b 100644 --- a/tests/integration/test_rest_routes.py +++ b/tests/integration/test_rest_routes.py @@ -153,7 +153,7 @@ async def _launch_scan( "SKYSCAN_SKYDRIVER_SCAN_ID", "SKYSCAN_EWMS_PILOT_LOG", "SKYSCAN_MQ_CLIENT_LOG", - *POST_SCAN_BODY["scanner_server_env"].keys(), # type: ignore=[attr-defined] + *post_scan_body["scanner_server_env"].keys(), # type: ignore=[attr-defined] } assert ( set( # these have `value_from`s