Fix tests ..ish.

This commit is contained in:
jvyden 2021-11-18 15:08:51 -05:00
parent 5e27f8c29b
commit e4bb16100d
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
6 changed files with 57 additions and 6 deletions

View file

@ -19,7 +19,7 @@ namespace LBPUnion.ProjectLighthouse.Tests
public LighthouseTest()
{
this.Server = new TestServer(new WebHostBuilder().UseStartup<Startup>());
this.Server = new TestServer(new WebHostBuilder().UseStartup<TestStartup>());
this.Client = this.Server.CreateClient();
}