Skip to content

Commit

Permalink
ÖBB E2E/integration tests: update mocked when, update fixtures ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 25, 2024
1 parent 31c4f17 commit e9211e8
Show file tree
Hide file tree
Showing 2 changed files with 7,036 additions and 6,834 deletions.
13,868 changes: 7,035 additions & 6,833 deletions test/e2e/fixtures/requests_1722637011/recording.har

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/oebb.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {testJourneysWithDetour} from './lib/journeys-with-detour.js';
import {testDepartures} from './lib/departures.js';
import {testDeparturesInDirection} from './lib/departures-in-direction.js';

const T_MOCK = 1671260400 * 1000; // 2022-12-17T08:00:00+01:00
const T_MOCK = 1731394800 * 1000; // 2024-11-12T08:00:00+01:00
const when = createWhen(oebbProfile.timezone, oebbProfile.locale, T_MOCK);

const cfg = {
Expand Down

0 comments on commit e9211e8

Please sign in to comment.