diff options
author | crupest <crupest@outlook.com> | 2020-06-15 00:05:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-15 00:05:02 +0800 |
commit | e0b4c538228864c314900affae08df72edc9cd60 (patch) | |
tree | fc07d6d2622140f82a2c7e3c50aecf759c144043 /Timeline.Tests/IntegratedTests/UserTest.cs | |
parent | cf2cfa4853944ce0af6b6c22a089b937dd59ccaf (diff) | |
download | timeline-e0b4c538228864c314900affae08df72edc9cd60.tar.gz timeline-e0b4c538228864c314900affae08df72edc9cd60.tar.bz2 timeline-e0b4c538228864c314900affae08df72edc9cd60.zip |
refactor(back): Use generic host.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/UserTest.cs')
-rw-r--r-- | Timeline.Tests/IntegratedTests/UserTest.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Timeline.Tests/IntegratedTests/UserTest.cs b/Timeline.Tests/IntegratedTests/UserTest.cs index e226d084..7fd78d0e 100644 --- a/Timeline.Tests/IntegratedTests/UserTest.cs +++ b/Timeline.Tests/IntegratedTests/UserTest.cs @@ -1,5 +1,4 @@ using FluentAssertions;
-using Microsoft.AspNetCore.Mvc.Testing;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
@@ -12,12 +11,6 @@ namespace Timeline.Tests.IntegratedTests {
public class UserTest : IntegratedTestBase
{
- public UserTest(WebApplicationFactory<Startup> factory)
- : base(factory)
- {
-
- }
-
[Fact]
public async Task GetList_NoAuth()
{
|