Initial Commit Rework

This commit is contained in:
Qstick
2017-09-03 22:20:56 -04:00
parent 74a4cc048c
commit 95051cbd63
2483 changed files with 101351 additions and 111396 deletions
@@ -1,12 +1,13 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Net;
using FluentAssertions;
using NLog;
using NzbDrone.Api;
using NzbDrone.Api.REST;
using Lidarr.Http.REST;
using NzbDrone.Common.Serializer;
using RestSharp;
using System.Linq;
using Lidarr.Http;
namespace NzbDrone.Integration.Test.Client
{
@@ -176,4 +177,4 @@ namespace NzbDrone.Integration.Test.Client
Execute<object>(request, statusCode);
}
}
}
}