Skip to content

Commit

Permalink
SNOW-834606 update test (#1408)
Browse files Browse the repository at this point in the history
update test
  • Loading branch information
sfc-gh-tyuan authored Jun 7, 2023
1 parent 7a69141 commit 013edca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1637,8 +1637,8 @@ public void testS3PutInGS() throws Throwable {
final String content = "testName: testS3PutInGs";
String putSystemCall =
String.format(
"call system$it('PUT_FILE_TO_STAGE', '%s', '%s', '%s')",
testStageName, fileName, content);
"call system$it('PUT_FILE_TO_STAGE', '%s', '%s', '%s', '%s')",
testStageName, fileName, content, "false");
statement.execute(putSystemCall);

// get file using jdbc
Expand Down

0 comments on commit 013edca

Please sign in to comment.