Skip to content

Commit 8f4d356

Browse files
committed
@bisgaard-itis review: wrong condition
1 parent 76b7d23 commit 8f4d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/catalog_rpc_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ async def list_all_services_summaries_paginated(
229229
ServiceType.COMPUTATIONAL: "/comp/",
230230
ServiceType.DYNAMIC: "/dynamic/",
231231
}[filters.service_type]
232-
in summary.key
232+
not in summary.key
233233
):
234234
continue
235235

0 commit comments

Comments
 (0)