Skip to content

Commit 206b6dd

Browse files
committed
tests: query the ScanRequests coll - 5
1 parent 0b9ccba commit 206b6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_rest_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ async def _launch_scan(
146146
classifiers=post_scan_body["classifiers"],
147147
#
148148
# cluster (condor) config
149-
request_clusters=list(post_scan_body["cluster"].items()),
149+
request_clusters=list([k, v] for k, v in post_scan_body["cluster"].items()),
150150
worker_memory_bytes=humanfriendly.parse_size("8GB"),
151151
worker_disk_bytes=humanfriendly.parse_size("1GB"),
152152
max_pixel_reco_time=post_scan_body["max_pixel_reco_time"],

0 commit comments

Comments
 (0)