Skip to content

add tests, local hosting support for dynamic nouns #16

add tests, local hosting support for dynamic nouns

add tests, local hosting support for dynamic nouns #16

Triggered via push January 8, 2025 22:18
Status Failure
Total duration 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
tests/api-tests.spec.js > Service paths > (Service) Happy path-- Responds with a 200 when USE_AUTH_TOKEN is false and missing X-Auth header: msp-service/tests/api-tests.spec.js#L192
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/api-tests.spec.js:192:29
tests/api-tests.spec.js > Service paths > (Service) Happy path-- Responds with a 200 when AUTH_TOKEN_KEY is empty/falsy and missing X-Auth header: msp-service/tests/api-tests.spec.js#L223
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/api-tests.spec.js:223:29
tests/api-tests.spec.js > Service paths > (Service) Responds with a 200 when URL noun matches noun list in env: msp-service/tests/api-tests.spec.js#L401
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/api-tests.spec.js:401:29
tests/api-tests.spec.js > Service paths > (Service) Responds with a 200 when the URL doesn't have a UUID but skip is true: msp-service/tests/api-tests.spec.js#L469
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/api-tests.spec.js:469:29
tests/api-tests.spec.js > Service paths > (Service) Responds with a 200 when the URL uuid doesn't match the JWT nonce and NOUN_JSON authorizes skip: msp-service/tests/api-tests.spec.js#L537
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ tests/api-tests.spec.js:537:29
test
Process completed with exit code 1.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636