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();