diff --git a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs index b4bbe8ba8..5ded81bdc 100644 --- a/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs +++ b/Snowflake.Data.Tests/IntegrationTests/ConnectionMultiplePoolsIT.cs @@ -113,7 +113,7 @@ public void TestWaitForTheIdleConnectionWhenExceedingMaxConnectionsLimit() // act watch.Start(); - var thrown = Assert.Throws(() => OpenedConnection()); + var thrown = Assert.Throws(() => OpenedConnection(connectionString)); watch.Stop(); // assert