Fix sanity errors for collections

This commit is contained in:
beeankha
2021-07-29 16:36:29 -04:00
parent d89719c740
commit e88e81928c
5 changed files with 14 additions and 11 deletions

View File

@@ -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))