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 9d39ec5 commit d7a2a88Copy full SHA for d7a2a88
google-cloud-spanner/src/test/java/com/google/cloud/spanner/IntegrationTestEnv.java
@@ -110,7 +110,6 @@ protected void before() throws Throwable {
110
111
SpannerOptions options = config.spannerOptions();
112
String instanceProperty = System.getProperty(TEST_INSTANCE_PROPERTY, "");
113
- instanceProperty = "projects/span-cloud-testing/instances/alka-testing";
114
InstanceId instanceId;
115
if (!instanceProperty.isEmpty() && !alwaysCreateNewInstance) {
116
instanceId = InstanceId.of(instanceProperty);
0 commit comments