diff --git a/e2e/credentials-server.e2e.spec.ts b/e2e/credentials-server.e2e.spec.ts index f8ccf65691b..4168eec9aca 100644 --- a/e2e/credentials-server.e2e.spec.ts +++ b/e2e/credentials-server.e2e.spec.ts @@ -283,7 +283,7 @@ describeWithCreds('Credentials server', () => { }); test('should require authentication', async() => { - const url = `http://localhost:${ serverState.port }/list`; + const url = `http://127.0.0.1:${ serverState.port }/list`; const resp = await fetch(url); expect(resp.ok).toBeFalsy();