implement feature to generate random test data
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}
|
||||
},
|
||||
"test2": {
|
||||
"path": "/api/admin/user/register",
|
||||
"path": "/api/admin/user/add",
|
||||
"method": "POST",
|
||||
"description": "register user account",
|
||||
"header": {
|
||||
@@ -136,7 +136,12 @@
|
||||
"description": "store first new secret",
|
||||
"body": {
|
||||
"safeId": 1,
|
||||
"deviceName": "avcp01.cdc.home",
|
||||
"deviceName": {
|
||||
"random": {
|
||||
"isString": true,
|
||||
"length": 12
|
||||
}
|
||||
},
|
||||
"deviceCategory": "appliance",
|
||||
"userName": "service@cdc.home",
|
||||
"secretValue": "TheWiggles"
|
||||
|
Reference in New Issue
Block a user