Add website authentication tests

This commit is contained in:
jvyden 2021-12-23 00:03:04 -05:00
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

@ -23,8 +23,6 @@ namespace ProjectLighthouse.Tests.GameApiTests
Assert.NotNull(userB);
await database.RemoveUser(userA); // Only remove userA since userA and userB are the same user
await database.SaveChangesAsync();
}
}
}