mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-09-17 11:45:52 +03:00
linting
Some checks failed
test / lint-and-spellcheck (push) Has been cancelled
test / unit-tests (18.x) (push) Has been cancelled
test / unit-tests (20.x) (push) Has been cancelled
test / unit-tests (22.x) (push) Has been cancelled
test / integration-tests (18.x) (push) Has been cancelled
test / integration-tests (20.x) (push) Has been cancelled
test / integration-tests (22.x) (push) Has been cancelled
test / e2e-tests (18.x) (push) Has been cancelled
Some checks failed
test / lint-and-spellcheck (push) Has been cancelled
test / unit-tests (18.x) (push) Has been cancelled
test / unit-tests (20.x) (push) Has been cancelled
test / unit-tests (22.x) (push) Has been cancelled
test / integration-tests (18.x) (push) Has been cancelled
test / integration-tests (20.x) (push) Has been cancelled
test / integration-tests (22.x) (push) Has been cancelled
test / e2e-tests (18.x) (push) Has been cancelled
This commit is contained in:
parent
8e9d6ea67a
commit
b2d9a4e53e
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import dbnavBase from '../dbnav/base.json' with { type: 'json' };
|
||||
import dbregioguideBase from '../dbregioguide/base.json' with { type: 'json' };
|
||||
import {products} from '../../lib/products.js';
|
||||
|
||||
// journeys()
|
||||
|
|
|
@ -38,10 +38,10 @@ tap.test('db trip(): dynamic request formatting', (t) => {
|
|||
|
||||
const reqDbNav = profile.formatTripReq(ctx, tripIdHafas);
|
||||
delete reqDbNav.headers['X-Correlation-ID'];
|
||||
//const reqDbRegioGuide = profile.formatTripReq(ctx, tripIdRis);
|
||||
// const reqDbRegioGuide = profile.formatTripReq(ctx, tripIdRis);
|
||||
|
||||
t.same(reqDbNav, reqDbNavExpected);
|
||||
//t.same(reqDbRegioGuide, reqDbRegioGuideExpected);
|
||||
// t.same(reqDbRegioGuide, reqDbRegioGuideExpected);
|
||||
|
||||
t.end();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue