fix: cicd #3
Annotations
3 errors
|
test
Process completed with exit code 1.
|
|
tests/integration/cert.test.ts > cert commands > cert list > lists certificates:
tests/integration/cert.test.ts#L23
AssertionError: expected 'No results found.\n\nTotal: 0 (Page 1…' to contain 'ID'
- Expected
+ Received
- ID
+ No results found.
+
+ Total: 0 (Page 1/0)
+
❯ tests/integration/cert.test.ts:23:29
|
|
tests/integration/auth.test.ts > auth commands > logout > preserves other config values:
tests/integration/auth.test.ts#L91
Error: ENOENT: no such file or directory, open '/home/runner/.certman/config.json'
❯ tests/integration/auth.test.ts:91:33
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/.certman/config.json' }
|