fix: refs #6404 remove focus from test
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-06-10 12:36:15 +02:00
parent 65fae086aa
commit d41f1ff561
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const expedition1 = {
'editorFk': 100
};
fdescribe('MRWConfig createShipment()', () => {
describe('MRWConfig createShipment()', () => {
beforeAll(async() => {
await models.Agency.create(
{'id': 999, 'name': 'mrw'}