mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-16 22:52:27 +00:00
Add website authentication tests
This commit is contained in:
parent
1fbabe0000
commit
281be33640
6 changed files with 177 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue