Skip to content

Commit e285a18

Browse files
author
Val Brodsky
committed
Attempt to fix flaky test_filtering
1 parent 13e65e3 commit e285a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/labelbox/tests/integration/test_filtering.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def project_to_test_where(client, rand_gen):
2626
# other builds simultaneously adding projects to test org
2727
def test_where(client, project_to_test_where):
2828
p_a, p_b, p_c = project_to_test_where
29-
p_a_name, p_b_name = [p.name for p in [p_a, p_b]]
29+
p_a_name = p_a.name
30+
p_b_name = p_b.name
3031

3132
def get(where=None):
3233
date_where = Project.created_at >= p_a.created_at

0 commit comments

Comments
 (0)