Skip to content

Commit

Permalink
SNOW-1843504 - Testing resubmitting requests using request id
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pmotacki committed Dec 4, 2024
1 parent 7ea939f commit 10c46ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/testExecute.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ describe('Execute test - variant', function () {

it('Do not INSERT twice when the same request id and connection', async () => {
let requestId;
await testUtil.executeCmdAsyncWithAdditionalParameters(firstConnection, 'INSERT INTO test_request_id VALUES (\'testValue\');');
await testUtil.executeCmdAsyncWithAdditionalParameters(firstConnection, 'INSERT INTO test_request_id VALUES (\'testValue\');')
.then((result) => {
requestId = result.rowStatement.getRequestId();
Expand Down

0 comments on commit 10c46ef

Please sign in to comment.