registry config: create table and migrate existing setting
This commit is contained in:
@@ -134,7 +134,7 @@ async function setup() {
|
||||
|
||||
await timers.setTimeout(2000);
|
||||
|
||||
// create admin
|
||||
// create owner
|
||||
response = await superagent.post(`${serverUrl}/api/v1/provision/activate`)
|
||||
.query({ setupToken: 'somesetuptoken' })
|
||||
.send({ username: owner.username, password: owner.password, email: owner.email });
|
||||
|
||||
Reference in New Issue
Block a user