Skip to content

Commit 6b05a50

Browse files
committed
update order of input params to createSpan + add additional unit tests
1 parent 6263d73 commit 6b05a50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java-bigquery/google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/spi/v2/HttpBigQueryRpcTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ public void testCreateJobTelemetry() throws Exception {
800800
"com.google.cloud.bigquery.BigQueryRpc.createJob",
801801
"JobService",
802802
"InsertJob",
803-
null,
803+
RESOURCE_PROJECT_PREFIX + PROJECT_ID + "/jobs",
804804
attributes);
805805
}
806806

@@ -825,7 +825,7 @@ public void testCreateJobForQueryTelemetry() throws Exception {
825825
"com.google.cloud.bigquery.BigQueryRpc.createJobForQuery",
826826
"JobService",
827827
"InsertJob",
828-
null,
828+
RESOURCE_PROJECT_PREFIX + PROJECT_ID + "/jobs",
829829
attributes);
830830
}
831831

0 commit comments

Comments
 (0)