You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: implementations/micrometer-registry-stackdriver/src/test/java/io/micrometer/stackdriver/StackdriverIntegrationTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
/**
32
32
* When running this integration test locally, authentication can be done by configuring
33
33
* the env var GOOGLE_APPLICATION_CREDENTIALS with the location of the service key JSON
34
-
* file.
34
+
* file. The project ID should be specified using the GOOGLE_CLOUD_PROJECT_ID env var.
35
35
*/
36
36
@Tag("gcp-it")
37
37
classStackdriverIntegrationTest {
@@ -43,7 +43,7 @@ class StackdriverIntegrationTest {
0 commit comments