Add stream POST negative tests #710
pr-test-gate.yml
on: pull_request
Contracts cargo test
1m 16s
Backend npm test
1m 26s
Annotations
2 errors and 2 warnings
|
Backend npm test
Process completed with exit code 1.
|
|
tests/stream.test.ts > POST /v1/streams > should return 403 when an authenticated non-owner attempts to reactivate a stream via upsert:
backend/tests/stream.test.ts#L161
AssertionError: expected 201 to be 403 // Object.is equality
- Expected
+ Received
- 403
+ 201
❯ tests/stream.test.ts:161:29
|
|
Contracts cargo test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend npm test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|