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 a45ca7e commit 680ce7fCopy full SHA for 680ce7f
google-cloud-spanner/src/test/java/com/google/cloud/spanner/GceTestEnvConfig.java
@@ -58,7 +58,6 @@ public class GceTestEnvConfig implements TestEnvConfig {
58
private final SpannerOptions options;
59
60
public GceTestEnvConfig() {
61
- System.setProperty(GCE_PROJECT_ID,"span-cloud-testing");
62
String projectId = System.getProperty(GCE_PROJECT_ID, "");
63
String serverUrl = System.getProperty(GCE_SERVER_URL, "");
64
String credentialsFile = System.getProperty(GCE_CREDENTIALS_FILE, "");
0 commit comments