Skip to content

Commit 5afbc88

Browse files
Assume TLS is not enabled in URI parsing tests by default
1 parent 7c6b062 commit 5afbc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/Unit/src/unit/TestAmqpUri.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void TestAmqpUriParseSucceed()
160160
}
161161
}
162162

163-
private static void AssertUriPartEquivalence(ConnectionFactory cf, string user, string password, int port, string vhost, bool tlsEnabled)
163+
private static void AssertUriPartEquivalence(ConnectionFactory cf, string user, string password, int port, string vhost, bool tlsEnabled = false)
164164
{
165165
Assert.AreEqual(user, cf.UserName);
166166
Assert.AreEqual(password, cf.Password);

0 commit comments

Comments
 (0)