Updated test
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
c9840f6985
commit
45c4f2ff45
|
@ -10,7 +10,8 @@ describe('Client Create', () => {
|
||||||
socialName: 'Deadpool Marvel',
|
socialName: 'Deadpool Marvel',
|
||||||
street: 'Wall Street',
|
street: 'Wall Street',
|
||||||
city: 'New York',
|
city: 'New York',
|
||||||
businessTypeFk: 'florist'
|
businessTypeFk: 'florist',
|
||||||
|
provinceFk: 1
|
||||||
};
|
};
|
||||||
|
|
||||||
beforeAll(async() => {
|
beforeAll(async() => {
|
||||||
|
|
Loading…
Reference in New Issue