Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit f12b686

Browse files
committed
Revert "Remove my credentials"
This reverts commit cbff5f5.
1 parent 00396b6 commit f12b686

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system-test/tpc-tests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ describe.skip('TPC tests', () => {
2121
//
2222
// To see successful tests, uncomment the following line:
2323
// process.env.GOOGLE_APPLICATION_CREDENTIALS = '/path-to/tpc_sa_key.json';
24+
process.env.GOOGLE_APPLICATION_CREDENTIALS =
25+
'/Users/djbruce/Documents/Programming/keys/tpc_sa_key.json';
2426

2527
function runTest(done: Mocha.Done, bigtable: Bigtable) {
2628
(async () => {

0 commit comments

Comments
 (0)