Skip to content

Commit 8240417

Browse files
committed
update to test to remove the assert
1 parent 835907c commit 8240417

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/test_data_rows.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def test_data_row_bulk_creation(dataset, rand_gen, image_url):
5757
},
5858
])
5959
assert task in client.get_user().created_tasks()
60-
# TODO make Tasks expandable
61-
with pytest.raises(InvalidQueryError):
62-
assert task.created_by() == client.get_user()
6360
task.wait_till_done()
6461
assert task.status == "COMPLETE"
6562

0 commit comments

Comments
 (0)