mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 16:01:20 -03:30
removed namespace from user fixture
This commit is contained in:
parent
365bf4eb53
commit
e86ded6c68
@ -299,7 +299,7 @@ const getAuditor = (namespace = session) => getOrganization(namespace)
|
||||
|
||||
const getUser = (namespace = session) => getOrganization(namespace)
|
||||
.then(organization => getOrCreate(`/organizations/${organization.id}/users/`, {
|
||||
username: `${namespace}-user-${uuid().substr(0, 8)}`,
|
||||
username: `user-${uuid().substr(0, 8)}`,
|
||||
organization: organization.id,
|
||||
first_name: 'firstname',
|
||||
last_name: 'lastname',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user