fix: spawning of gpg to read config
#1385
Annotations
2 errors and 1 notice
|
|
|
test/unit/auth.test.js#L157
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
+ actual - expected
+ 'username must be a string, received undefined\n'
- ''
at async Promise.all (index 0) {
failureType: 'testCodeFailure',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'username must be a string, received undefined\n'
- ''
at ChildProcess.<anonymous> (file:///Users/runner/work/node-core-utils/node-core-utils/test/unit/auth.test.js:157:16)
at ChildProcess.emit (node:events:517:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:450:11)
at Socket.emit (node:events:517:28)
at Pipe.<anonymous> (node:net:350:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'username must be a string, received undefined\n',
expected: '',
operator: 'strictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
|
|
The logs for this run have expired and are no longer available.
Loading