mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 21:20:08 -03:30
Complete consolidation of the label views
This commit is contained in:
@@ -59,7 +59,7 @@ class TestApiRootView:
|
||||
|
||||
class TestJobTemplateLabelList:
|
||||
def test_inherited_mixin_unattach(self):
|
||||
with mock.patch('awx.api.generics.DeleteLastUnattachLabelMixin.unattach') as mixin_unattach:
|
||||
with mock.patch('awx.api.views.labels.LabelSubListCreateAttachDetachView.unattach') as mixin_unattach:
|
||||
view = JobTemplateLabelList()
|
||||
mock_request = mock.MagicMock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user