We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226f9cb commit 78a9ceaCopy full SHA for 78a9cea
src/Configuration/Test/ValidationExtensionsTest.cs
@@ -265,6 +265,7 @@ public void GivenAnInvalidIpAddress_WhenIsValidHostNameIpIsCalled_ExpectToReturn
265
[InlineData("cloud.com")]
266
[InlineData("east.cloud.com")]
267
[InlineData("super.west.cloud.com")]
268
+ [InlineData("example-mongodb-0.example-mongodb-svc.monai-deploy.svc.cluster.local")]
269
public void GivenAValidHostName_WhenIsValidHostNameIpIsCalled_ExpectToReturnTrue(string value)
270
{
271
var errors = new List<string>();
0 commit comments