improve workflow #51
Annotations
5 errors and 1 warning
tests/server.test.ts > Server > should accept content via query param q in POST /ask:
tests/server.test.ts#L37
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ tests/server.test.ts:37:24
|
tests/server.test.ts > Server > should accept content via query param content in POST /ask:
tests/server.test.ts#L47
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ tests/server.test.ts:47:24
|
tests/server.test.ts > Server > should accept content via JSON body.content in POST /ask:
tests/server.test.ts#L63
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ tests/server.test.ts:63:24
|
tests/server.test.ts > Server > should accept content via JSON body.q in POST /ask:
tests/server.test.ts#L79
AssertionError: expected 400 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 400
❯ tests/server.test.ts:79:24
|
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
|