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 | f7ec671a7422ea1fc6de4bb310fed3b4933f27e9 (patch) | |
tree | f0257e17a4c7828d8c88de2f306a59cdd588ceba /Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs | |
parent | 98f1ec6e27616d292f86cce30223f0a267c35fd3 (diff) | |
download | timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.gz timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.tar.bz2 timeline-f7ec671a7422ea1fc6de4bb310fed3b4933f27e9.zip |
refactor(back): Use generic host.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs')
-rw-r--r-- | Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs b/Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs index 40f818a7..732232e2 100644 --- a/Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs +++ b/Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs @@ -1,5 +1,4 @@ using FluentAssertions;
-using Microsoft.AspNetCore.Mvc.Testing;
using System.Threading.Tasks;
using Timeline.Models.Http;
using Timeline.Tests.Helpers;
@@ -9,10 +8,6 @@ namespace Timeline.Tests.IntegratedTests {
public class UnknownEndpointTest : IntegratedTestBase
{
- public UnknownEndpointTest(WebApplicationFactory<Startup> factory) : base(factory)
- {
- }
-
[Fact]
public async Task UnknownEndpoint()
{
|