mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
added slug integration tests
This commit is contained in:
parent
8373e1ce10
commit
54d95e2e20
5 changed files with 27 additions and 1 deletions
16
NzbDrone.Integration.Test/Client/ReleaseClient.cs
Normal file
16
NzbDrone.Integration.Test/Client/ReleaseClient.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using NzbDrone.Api.Indexers;
|
||||
using RestSharp;
|
||||
|
||||
namespace NzbDrone.Integration.Test.Client
|
||||
{
|
||||
public class ReleaseClient : ClientBase<ReleaseResource>
|
||||
{
|
||||
public ReleaseClient(IRestClient restClient)
|
||||
: base(restClient)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue