refs #6232 Regularized config tables #2170
|
@ -49,6 +49,7 @@ describe('MRWConfig createShipment()', () => {
|
||||||
|
|
||||||
await models.MrwConfig.create(
|
await models.MrwConfig.create(
|
||||||
{
|
{
|
||||||
|
'id': 1,
|
||||||
'url': 'https://url.com',
|
'url': 'https://url.com',
|
||||||
'user': 'user',
|
'user': 'user',
|
||||||
'password': 'password',
|
'password': 'password',
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
|
"id": true,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
|
|
Loading…
Reference in New Issue