Skip to content

Commit b69f4eb

Browse files
committed
use explicitly named secret reference
1 parent 717d351 commit b69f4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run/idp-sql/ci-setup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"DB_USER": "ci-user"
88
},
99
"secrets": {
10-
"IDP_KEY": "nodejs-docs-samples-tests/nodejs-docs-samples-idp-key",
10+
"IDP_KEY": "nodejs-docs-samples-tests/long-door-651-idp-key",
1111
"DB_PASSWORD": "nodejs-docs-samples-tests/nodejs-docs-samples-test-postgres-instance-ci-user-password" }
1212
}

run/idp-sql/test/system.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('System Tests', () => {
113113
const tokens = JSON.parse(response.body);
114114
CUSTOM_TOKEN = tokens.idToken;
115115
} catch (err) {
116-
throw Error('IDP Token retrieval failed: ', err);
116+
throw Error('IDP Token retrieval failed: ', err.response.body);
117117
}
118118

119119
if (!CUSTOM_TOKEN) throw Error('Unable to acquire an IDP token.');

0 commit comments

Comments
 (0)