aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-15 00:05:02 +0800
committercrupest <crupest@outlook.com>2020-06-15 00:05:02 +0800
commite0b4c538228864c314900affae08df72edc9cd60 (patch)
treefc07d6d2622140f82a2c7e3c50aecf759c144043 /Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs
parentcf2cfa4853944ce0af6b6c22a089b937dd59ccaf (diff)
downloadtimeline-e0b4c538228864c314900affae08df72edc9cd60.tar.gz
timeline-e0b4c538228864c314900affae08df72edc9cd60.tar.bz2
timeline-e0b4c538228864c314900affae08df72edc9cd60.zip
refactor(back): Use generic host.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs')
-rw-r--r--Timeline.Tests/IntegratedTests/UnknownEndpointTest.cs5
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()
{