From 10c46efa144201aa04762c3fa493c113eef390ee Mon Sep 17 00:00:00 2001 From: Przemyslaw Motacki Date: Wed, 4 Dec 2024 09:59:04 +0100 Subject: [PATCH] SNOW-1843504 - Testing resubmitting requests using request id --- test/integration/testExecute.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/testExecute.js b/test/integration/testExecute.js index 4612ce044..acc92df41 100644 --- a/test/integration/testExecute.js +++ b/test/integration/testExecute.js @@ -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();