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 7db3347 commit 25073c2Copy full SHA for 25073c2
src/ServiceControl.Config.Tests/Validation/AddAuditInstanceValidationTests.cs
@@ -321,6 +321,8 @@ public void Audit_hostname_can_not_be_null_when_adding_audit_instance()
321
322
[TestCase("192.168.1.1")]
323
[TestCase("256.0.0.0")]
324
+ [TestCase("::1")]
325
+ [TestCase("2001:0db8:85a3:0000:0000:8a2e:0370:7334")]
326
public void Audit_hostname_can_be_an_ip_address_when_adding_audit_instance(string ipAddress)
327
{
328
var viewModel = new ServiceControlAddViewModel
0 commit comments