travis says pass yet log says "Error logging in with WebID-OIDC"
rimmartin opened this issue · 1 comments
rimmartin commented
Is this error supposed to be a positive test?
console.warn src/webid-oidc.js:22
Error logging in with WebID-OIDC
console.error src/webid-oidc.js:23
{ Error: Error fetching openid configuration: 404 Not Found
at /home/travis/build/solid/solid-auth-client/node_modules/@solid/oidc-rp/lib/onHttpError.js:35:17
at process.internalTickCallback (internal/process/next_tick.js:77:7)
response:
Response {
size: 0,
timeout: 0,
[Symbol(Body internals)]: { body: [PassThrough], disturbed: false, error: null },
[Symbol(Response internals)]:
{ url: 'https://localhost/.well-known/openid-configuration',
status: 404,
statusText: 'Not Found',
headers: [Headers] } },
statusCode: 404 }
RubenVerborgh commented
That’s fine, we’re testing an error condition there.