We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6002dac commit e1259d1Copy full SHA for e1259d1
storage-control/system-test/anywhereCache.test.js
@@ -23,7 +23,7 @@ const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
23
const bucketPrefix = `storage-control-samples-${uuid.v4()}`;
24
const bucketName = `${bucketPrefix}-a`;
25
const controlClient = new StorageControlClient();
26
-const storage = new Storage({projectId: 'storage-sdk-vendor'});
+const storage = new Storage();
27
const bucket = new Bucket(storage, bucketName);
28
const zoneName = 'us-west1-c';
29
const cacheName = 'us-west1-c';
0 commit comments