diff options
author | crupest <crupest@outlook.com> | 2019-04-11 20:11:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-04-11 20:11:23 +0800 |
commit | f562660f52ce055e243b937a988f04c90ad3ae55 (patch) | |
tree | 49dc35791778a4ed1403319708046ac8823210b6 /Timeline.Tests/AuthorizationUnitTest.cs | |
parent | 1eb6d9abfc24eec380b7b5d7423102a53041239e (diff) | |
download | timeline-f562660f52ce055e243b937a988f04c90ad3ae55.tar.gz timeline-f562660f52ce055e243b937a988f04c90ad3ae55.tar.bz2 timeline-f562660f52ce055e243b937a988f04c90ad3ae55.zip |
Change create token api.
Diffstat (limited to 'Timeline.Tests/AuthorizationUnitTest.cs')
-rw-r--r-- | Timeline.Tests/AuthorizationUnitTest.cs | 4 |
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; |