Browse Source

Update UrlHelpers_Tests.cs

pull/20628/head
maliming 1 year ago
parent
commit
52c95546ff
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 1
      framework/test/Volo.Abp.Core.Tests/Volo/Abp/Http/UrlHelpers_Tests.cs

1
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")]

Loading…
Cancel
Save