Fix test harness casing and exclude test sources from app
This commit is contained in:
@@ -18,7 +18,7 @@ public class AuthTests
|
||||
|
||||
response.EnsureSuccessStatusCode();
|
||||
var json = await response.Content.ReadFromJsonAsync<JsonElement>();
|
||||
Assert.True(json.GetProperty("IsAdmin").GetBoolean());
|
||||
Assert.True(json.GetProperty("isAdmin").GetBoolean());
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user