diff --git a/Snowflake.Data.Tests/UnitTests/Session/SessionPoolTest.cs b/Snowflake.Data.Tests/UnitTests/Session/SessionPoolTest.cs index 14115824e..2c04e4184 100644 --- a/Snowflake.Data.Tests/UnitTests/Session/SessionPoolTest.cs +++ b/Snowflake.Data.Tests/UnitTests/Session/SessionPoolTest.cs @@ -164,7 +164,7 @@ public void TestFailToValidateNotMatchingSecurePassword(string poolPassword, str var thrown = Assert.Throws(() => pool.ValidateSecurePassword(notMatchingSecurePassword)); // assert - Assert.That(thrown.Message, Does.Contain("Could not get a pool because of password mismatch")); + Assert.That(thrown.Message, Does.Contain("Could not get a pool because of credential mismatch")); } } }