We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b22587 commit 87526f1Copy full SHA for 87526f1
1 file changed
tests/integration/test_run.py
@@ -444,6 +444,5 @@ async def test_run_collection_iterate_actor_runs(client: ApifyClient | ApifyClie
444
collected.append(r)
445
446
assert len(collected) >= 1
447
- assert any(r.id == run.id for r in collected)
448
finally:
449
await maybe_await(client.run(run.id).delete())
0 commit comments