Fix test harness casing and exclude test sources from app
This commit is contained in:
@@ -41,6 +41,6 @@ internal static class TestClientExtensions
|
||||
|
||||
response.EnsureSuccessStatusCode();
|
||||
var json = await response.Content.ReadFromJsonAsync<JsonElement>();
|
||||
return json.GetProperty("Id").GetInt32();
|
||||
return json.GetProperty("id").GetInt32();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user