diff --git a/framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs b/framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs index 19efd9a7840..51251f84d48 100644 --- a/framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs +++ b/framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs @@ -19,6 +19,7 @@ public void IsSubdomainOf_ReturnsFalseIfDomainIsMalformedUri(string domain) } [Theory] + [InlineData("http://sub.domain", "http://domain")] [InlineData("http://sub.domain", "http://*.domain")] [InlineData("http://sub.sub.domain", "http://*.domain")] [InlineData("http://sub.sub.domain", "http://*.sub.domain")]