Merge pull request #6330 from rooftopcellist/fix_flakey_workflow_functest

Fix flaky workflow test & set junit family

Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
             https://github.com/rooftopcellist
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-03-18 19:27:26 +00:00
committed by GitHub
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -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