aboutsummaryrefslogtreecommitdiff
path: root/Timeline.Tests/IntegratedTests/FrontEndTest.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-15 00:11:07 +0800
committerGitHub <noreply@github.com>2020-06-15 00:11:07 +0800
commit8ec86937ce4f8073a1cf49652533a1b65bf630af (patch)
treefc07d6d2622140f82a2c7e3c50aecf759c144043 /Timeline.Tests/IntegratedTests/FrontEndTest.cs
parentcf2cfa4853944ce0af6b6c22a089b937dd59ccaf (diff)
parente0b4c538228864c314900affae08df72edc9cd60 (diff)
downloadtimeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.tar.gz
timeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.tar.bz2
timeline-8ec86937ce4f8073a1cf49652533a1b65bf630af.zip
Merge pull request #107 from crupest/generic-host
refactor(back): Use generic host.
Diffstat (limited to 'Timeline.Tests/IntegratedTests/FrontEndTest.cs')
-rw-r--r--Timeline.Tests/IntegratedTests/FrontEndTest.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Timeline.Tests/IntegratedTests/FrontEndTest.cs b/Timeline.Tests/IntegratedTests/FrontEndTest.cs
index a00d41b1..39a6e545 100644
--- a/Timeline.Tests/IntegratedTests/FrontEndTest.cs
+++ b/Timeline.Tests/IntegratedTests/FrontEndTest.cs
@@ -1,5 +1,4 @@
using FluentAssertions;
-using Microsoft.AspNetCore.Mvc.Testing;
using System.Net.Mime;
using System.Threading.Tasks;
using Timeline.Tests.Helpers;
@@ -9,10 +8,6 @@ namespace Timeline.Tests.IntegratedTests
{
public class FrontEndTest : IntegratedTestBase
{
- public FrontEndTest(WebApplicationFactory<Startup> factory) : base(factory)
- {
- }
-
[Fact]
public async Task Index()
{