mirror of https://github.com/Radarr/Radarr
Log contents on api errors during tests.
This commit is contained in:
parent
4b25ef6deb
commit
021e7b8163
|
@ -55,7 +55,7 @@ namespace NzbDrone.Integration.Test.Client
|
|||
|
||||
response.ErrorMessage.Should().BeNullOrWhiteSpace();
|
||||
|
||||
response.StatusCode.Should().Be(statusCode);
|
||||
response.StatusCode.Should().Be(statusCode, response.Content ?? string.Empty);
|
||||
|
||||
return response.Content;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue