Skip to content

Commit 61345e9

Browse files
author
Val Brodsky
committed
Fix flaky test
1 parent 705a328 commit 61345e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_project.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def test_project(client, rand_gen):
3939
assert project.description == update_data["description"]
4040

4141
project.delete()
42-
projects = list(client.get_projects())
42+
projects = list(client.get_projects(where=(Project.uid == project.uid)))
43+
4344
assert project not in projects
4445

4546

0 commit comments

Comments
 (0)