Skip to content

Commit

Permalink
add test - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Dec 17, 2024
1 parent 8afadb1 commit 6a8fd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_rest_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a8fd6a

Please sign in to comment.