1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Log contents on api errors during tests.

This commit is contained in:
Taloth Saldono
2020-06-01 15:01:40 +02:00
parent 1e80361c3a
commit f2e1b4e435

View File

@@ -56,7 +56,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;
}