Add website authentication tests

This commit is contained in:
jvyden 2021-12-23 00:03:04 -05:00
parent 1fbabe0000
commit 281be33640
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
6 changed files with 177 additions and 3 deletions

View file

@ -22,7 +22,6 @@ namespace LBPUnion.ProjectLighthouse.Tests
public LighthouseServerTest()
{
this.Server = new TestServer(new WebHostBuilder().UseStartup<TestStartup>());
this.Client = this.Server.CreateClient();
}
public async Task<HttpResponseMessage> AuthenticateResponse(int number = -1, bool createUser = true)