Skip to content

Commit

Permalink
test: do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PhongChuong committed Feb 3, 2025
1 parent 9b81692 commit b5a30ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ public void testQueryExternalSheetsPerm() {
QueryExternalSheetsPerm.queryExternalSheetsPerm(
BIGQUERY_DATASET_NAME, tableName, sourceUri, schema, query);
assertThat(bout.toString())
.contains("TODO: DO NOT MERGE. Query on external permanent table performed successfully.");
.contains("TODO: DO NOT MERGE.");
}
}

0 comments on commit b5a30ee

Please sign in to comment.