mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Remove in-place operations on model in test_label unit test
This commit is contained in:
@@ -37,7 +37,7 @@ class Label(CommonModelNameNotUnique):
|
||||
return \
|
||||
Label.objects.filter(
|
||||
organization=None,
|
||||
jobtemplate_labels__isnull=True
|
||||
unifiedjobtemplate_labels__isnull=True
|
||||
)
|
||||
|
||||
def is_detached(self):
|
||||
|
||||
Reference in New Issue
Block a user