We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218f9a7 commit 8f58414Copy full SHA for 8f58414
ci/apiv2/test_expand.py
@@ -32,8 +32,8 @@ def test_task_crackerbinary_o2o(self):
32
objects = obj.objects.filter(taskId=to_check, expand='crackerBinary')
33
assert objects[0].crackerBinary_set.binaryName == 'hashcat'
34
35
- hashlist_v2.delete()
36
task_v2.delete()
+ hashlist_v2.delete()
37
38
def test_accessgroups_usermembers_m2m(self):
39
# Many-to-many casting
0 commit comments