mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Fix sanity errors for collections
This commit is contained in:
@@ -47,4 +47,4 @@ def test_create_project_copy_from(run_module, admin_user, organization, silence_
|
||||
dict(name=proj_name, copy_from='foo', scm_type='git', wait=False),
|
||||
admin_user,
|
||||
)
|
||||
silence_warning.assert_called_with(f"A project with the name {proj_name} already exists.")
|
||||
silence_warning.assert_called_with("A project with the name {0} already exists.".format(proj_name))
|
||||
|
||||
Reference in New Issue
Block a user