Skip to content

Commit e1259d1

Browse files
committed
test case remove projectId
1 parent 6002dac commit e1259d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-control/system-test/anywhereCache.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
2323
const bucketPrefix = `storage-control-samples-${uuid.v4()}`;
2424
const bucketName = `${bucketPrefix}-a`;
2525
const controlClient = new StorageControlClient();
26-
const storage = new Storage({projectId: 'storage-sdk-vendor'});
26+
const storage = new Storage();
2727
const bucket = new Bucket(storage, bucketName);
2828
const zoneName = 'us-west1-c';
2929
const cacheName = 'us-west1-c';

0 commit comments

Comments
 (0)