Skip to content

Commit

Permalink
fixed v2 cloud tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed Dec 20, 2024
1 parent 6fa1bee commit b349fdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void testInsertAndReadBackWithSecureConnection() {

initTable(tableName, createSQL);

client.register(SamplePOJO.class, client.getTableSchema(tableName, "default"));
client.register(SamplePOJO.class, client.getTableSchema(tableName));
InsertSettings settings = new InsertSettings()
.setDeduplicationToken(RandomStringUtils.randomAlphabetic(36))
.setQueryId(String.valueOf(UUID.randomUUID()));
Expand Down

0 comments on commit b349fdd

Please sign in to comment.