mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Added service integration tests.
This commit is contained in:
parent
2fc561f195
commit
02a3b38210
7 changed files with 88 additions and 13 deletions
|
@ -19,6 +19,13 @@ namespace NzbDrone.Core.Test.ProviderTests
|
|||
{
|
||||
private const string SceneMappingUrl = "http://services.nzbdrone.com/SceneMapping/Active";
|
||||
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
Mocker.GetMock<ConfigProvider>().SetupGet(s => s.ServiceRootUrl)
|
||||
.Returns("http://services.nzbdrone.com");
|
||||
}
|
||||
|
||||
private void WithValidJson()
|
||||
{
|
||||
Mocker.GetMock<HttpProvider>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue