mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Fix flaky workflow test & set junit family
This commit is contained in:
@@ -183,6 +183,9 @@ def test_change_jt_sensitive_data(job_template_with_ids, mocker, user_unit):
|
||||
"""Assure that can_add is called with all ForeignKeys."""
|
||||
|
||||
class RoleReturnsTrue(Role):
|
||||
class Meta:
|
||||
proxy = True
|
||||
|
||||
def __contains__(self, accessor):
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user