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 109dafa commit e71858aCopy full SHA for e71858a
compute/cloud-client/src/test/java/compute/disks/HyperdisksIT.java
@@ -43,6 +43,7 @@
43
@Timeout(value = 6, unit = TimeUnit.MINUTES)
44
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
45
public class HyperdisksIT {
46
+
47
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
48
private static final String ZONE = "us-central1-b";
49
private static final String HYPERDISK_NAME = "test-hyperdisk-enc-" + UUID.randomUUID();
0 commit comments