Api errors now log statuscode too.

This commit is contained in:
Taloth Saldono 2016-07-31 23:40:07 +02:00
parent 6f2dd5d2fa
commit b80d6c74ad
6 changed files with 58 additions and 4 deletions

View file

@ -9,7 +9,7 @@ namespace NzbDrone.Integration.Test
{
public abstract class IntegrationTest : IntegrationTestBase
{
private NzbDroneRunner _runner;
protected NzbDroneRunner _runner;
public override string SeriesRootFolder
{