Skip to content

Commit

Permalink
force ipv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jan 3, 2024
1 parent 479f105 commit 67d4324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/backends/pretalx/PretalxBackend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('PretalxBackend', () => {
backend: "pretalx",
scheduleDefinition: path.join(__dirname, 'anyconf.json'),
pretalxAccessToken: "123456",
pretalxApiEndpoint: `http://localhost:${(pretalxServ.address() as AddressInfo).port}`,
pretalxApiEndpoint: `http://127.0.0.1:${(pretalxServ.address() as AddressInfo).port}`,
}, prefixConfig);
expect(backend.conference.title).toBe('AnyConf 2024');
expect(backend.conference.auditoriums).toHaveLength(7);
Expand Down

0 comments on commit 67d4324

Please sign in to comment.