aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/AuthorizationUnitTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-04-13 13:03:18 +0800
committercrupest <crupest@outlook.com>2019-04-13 13:03:18 +0800
commitfac5006e7eaf7f7bc23e92a2b3059d4f1b37fa07 (patch)
tree39cf181a18a3dc443dbab5669a04d0a23cdefd00 /Timeline.Tests/AuthorizationUnitTest.cs
parent8c5e7069d2651fb6fae641dfe482d7a0910b3fd1 (diff)
downloadtimeline-fac5006e7eaf7f7bc23e92a2b3059d4f1b37fa07.tar.gz
timeline-fac5006e7eaf7f7bc23e92a2b3059d4f1b37fa07.tar.bz2
timeline-fac5006e7eaf7f7bc23e92a2b3059d4f1b37fa07.zip
Init separate.
Diffstat (limited to 'Timeline.Tests/AuthorizationUnitTest.cs')
-rw-r--r--Timeline.Tests/AuthorizationUnitTest.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Timeline.Tests/AuthorizationUnitTest.cs b/Timeline.Tests/AuthorizationUnitTest.cs
index 2693366c..e450af06 100644
--- a/Timeline.Tests/AuthorizationUnitTest.cs
+++ b/Timeline.Tests/AuthorizationUnitTest.cs
@@ -10,9 +10,9 @@ namespace Timeline.Tests
{
public class AuthorizationUnitTest : IClassFixture<WebApplicationFactory<Startup>>
{
- private const string NeedAuthorizeUrl = "api/test/User/NeedAuthorize";
- private const string BothUserAndAdminUrl = "api/test/User/BothUserAndAdmin";
- private const string OnlyAdminUrl = "api/test/User/OnlyAdmin";
+ private const string NeedAuthorizeUrl = "Test/User/NeedAuthorize";
+ private const string BothUserAndAdminUrl = "Test/User/BothUserAndAdmin";
+ private const string OnlyAdminUrl = "Test/User/OnlyAdmin";
private readonly WebApplicationFactory<Startup> _factory;