remove debug message
This commit is contained in:
parent
3d0d9faf12
commit
418153ffce
@ -32,8 +32,6 @@ public class APITests : IClassFixture<StreetWebApplicationFactory<Program>>
|
|||||||
geometry = new[] { new { x = 10, y = 20 }, new { x = 15, y = 25 } }
|
geometry = new[] { new { x = 10, y = 20 }, new { x = 15, y = 25 } }
|
||||||
};
|
};
|
||||||
|
|
||||||
Console.WriteLine(JsonConvert.SerializeObject(street));
|
|
||||||
|
|
||||||
var post_response = await client.PostAsJsonAsync("/api/streets/", street);
|
var post_response = await client.PostAsJsonAsync("/api/streets/", street);
|
||||||
|
|
||||||
post_response.StatusCode.Should().Be(System.Net.HttpStatusCode.Created);
|
post_response.StatusCode.Should().Be(System.Net.HttpStatusCode.Created);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user