mirror of https://github.com/Radarr/Radarr
marked trakt tests as integration.
This commit is contained in:
parent
15d5e93d36
commit
30827e91b6
|
@ -5,10 +5,12 @@ using NUnit.Framework;
|
|||
using NzbDrone.Core.MetadataSource;
|
||||
using NzbDrone.Core.Test.Framework;
|
||||
using NzbDrone.Core.Tv;
|
||||
using NzbDrone.Test.Common.Categories;
|
||||
|
||||
namespace NzbDrone.Core.Test.MetadataSourceTests
|
||||
{
|
||||
[TestFixture]
|
||||
[IntegrationTest]
|
||||
public class TraktProxyFixture : CoreTest<TraktProxy>
|
||||
{
|
||||
[TestCase("The Simpsons", "The Simpsons")]
|
||||
|
|
Loading…
Reference in New Issue