Formatting.
This commit is contained in:
parent
fe4fcad77c
commit
7032305f01
|
@ -308,9 +308,7 @@ class TestConfiguration {
|
||||||
|
|
||||||
async createUser() {
|
async createUser() {
|
||||||
const globalId = `us_${Math.random()}`
|
const globalId = `us_${Math.random()}`
|
||||||
const resp = await this.globalUser(
|
const resp = await this.globalUser(globalId)
|
||||||
globalId,
|
|
||||||
)
|
|
||||||
return {
|
return {
|
||||||
...resp,
|
...resp,
|
||||||
globalId,
|
globalId,
|
||||||
|
|
Loading…
Reference in New Issue