You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: tests/ServiceStack.Redis.Tests/RedisPasswordTests.cs
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -25,23 +25,26 @@ public void Can_connect_to_Slaves_and_Masters_with_Password()
25
25
}
26
26
27
27
[Test]
28
-
[ExpectedException(typeof(ServiceStack.Redis.RedisResponseException),UserMessage="Expected an exception after Redis AUTH command; try using a password that doesn't match.")]
0 commit comments