mirror of
https://github.com/bitwarden/server
synced 2025-12-16 16:23:31 +00:00
Log correct value
This commit is contained in:
@@ -157,7 +157,10 @@ public class SeedControllerTests : IClassFixture<SeederApiApplicationFactory>, I
|
|||||||
Arguments = System.Text.Json.JsonSerializer.SerializeToElement(new { email = testEmail })
|
Arguments = System.Text.Json.JsonSerializer.SerializeToElement(new { email = testEmail })
|
||||||
}, validPlayId);
|
}, validPlayId);
|
||||||
|
|
||||||
seedResponse.EnsureSuccessStatusCode();
|
|
||||||
|
var content = await seedResponse.Content.ReadAsStringAsync();
|
||||||
|
_output.WriteLine($"Seed Response Content: {content}");
|
||||||
|
|
||||||
var seedResult = await seedResponse.Content.ReadFromJsonAsync<SceneResponseModel>();
|
var seedResult = await seedResponse.Content.ReadFromJsonAsync<SceneResponseModel>();
|
||||||
Assert.NotNull(seedResult);
|
Assert.NotNull(seedResult);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user