Skip to content

Commit 507e3b4

Browse files
committed
test: do not merge
1 parent 03ef85a commit 507e3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/test/java/com/example/bigquery/QueryExternalSheetsPermIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void tearDown() {
8181
@Test
8282
public void testQueryExternalSheetsPerm() {
8383
String sourceUri =
84-
"https://docs.google.com/spreadsheets/d/1i_QCL-7HcSyUZmIbP9E6lO_T5u3HnpLe7dnpHaijg_E";
84+
"https://docs.google.com/spreadsheets/d/1i_QCL-7HcSyUZmIbP9E6lO_T5u3HnpLe7dnpHaijg_E/edit?usp=sharing";
8585
Schema schema =
8686
Schema.of(
8787
Field.of("name", StandardSQLTypeName.STRING),

0 commit comments

Comments
 (0)