From 52c95546ff42d3aaaf9e4e26bc44d3df9907efcc Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 27 Aug 2024 09:00:40 +0800 Subject: [PATCH] Update UrlHelpers_Tests.cs --- .../test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs | 1 + 1 file changed, 1 insertion(+) 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 19efd9a784..51251f84d4 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 class UrlHelpers_Tests } [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")]