Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 9fa4bae

Browse files
committed
fix: use "ProjectId" instead of "Project_Id" in tests
1 parent e25caf4 commit 9fa4bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-bigquery-jdbc/src/test/java/com/google/cloud/bigquery/jdbc/BigQueryJdbcBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected static URIBuilder getBaseUri(int authType) {
5151
}
5252

5353
protected static URIBuilder getBaseUri(int authType, String projectId) {
54-
return getBaseUri(authType).append("PROJECT_ID", projectId);
54+
return getBaseUri(authType).append("ProjectId", projectId);
5555
}
5656

5757
protected static URIBuilder getUriOAuthServiceAccount() {

0 commit comments

Comments
 (0)