Skip to content

Commit 8f58414

Browse files
committed
Fix test expand, was just failing because the delete is now throwing a real error
and the removal of the hashlist caused the tasks to also be removed
1 parent 218f9a7 commit 8f58414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/apiv2/test_expand.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def test_task_crackerbinary_o2o(self):
3232
objects = obj.objects.filter(taskId=to_check, expand='crackerBinary')
3333
assert objects[0].crackerBinary_set.binaryName == 'hashcat'
3434

35-
hashlist_v2.delete()
3635
task_v2.delete()
36+
hashlist_v2.delete()
3737

3838
def test_accessgroups_usermembers_m2m(self):
3939
# Many-to-many casting

0 commit comments

Comments
 (0)