aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/AuthorizationUnitTest.cs
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-04-11 21:13:15 +0800
committerGitHub <noreply@github.com>2019-04-11 21:13:15 +0800
commit19cae15eba2bcede41b818e1b8ab7fd5ac92eb05 (patch)
tree34118752ae3015a26c0f6f3a02b3043806ce895a /Timeline.Tests/AuthorizationUnitTest.cs
parent5b5ca3acb1b9decb5ad13798dc79ba2d58f2ce95 (diff)
parent63573d7c988e0bc1b7e82eeea53ecc3678b0a2f5 (diff)
downloadtimeline-19cae15eba2bcede41b818e1b8ab7fd5ac92eb05.tar.gz
timeline-19cae15eba2bcede41b818e1b8ab7fd5ac92eb05.tar.bz2
timeline-19cae15eba2bcede41b818e1b8ab7fd5ac92eb05.zip
Merge pull request #19 from crupest/18-createtoken
Change create token api.
Diffstat (limited to 'Timeline.Tests/AuthorizationUnitTest.cs')
-rw-r--r--Timeline.Tests/AuthorizationUnitTest.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Timeline.Tests/AuthorizationUnitTest.cs b/Timeline.Tests/AuthorizationUnitTest.cs
index 1566f2ac..2693366c 100644
--- a/Timeline.Tests/AuthorizationUnitTest.cs
+++ b/Timeline.Tests/AuthorizationUnitTest.cs
@@ -1,10 +1,6 @@
using Microsoft.AspNetCore.Mvc.Testing;
-using Newtonsoft.Json;
-using System;
using System.Net;
-using System.Net.Http;
using System.Threading.Tasks;
-using Timeline.Controllers;
using Timeline.Tests.Helpers;
using Timeline.Tests.Helpers.Authentication;
using Xunit;