|
|
@ -4,6 +4,7 @@ using NUnit.Framework;
|
|
|
|
namespace NzbDrone.Integration.Test.ApiTests
|
|
|
|
namespace NzbDrone.Integration.Test.ApiTests
|
|
|
|
{
|
|
|
|
{
|
|
|
|
[TestFixture]
|
|
|
|
[TestFixture]
|
|
|
|
|
|
|
|
[Ignore("Waiting for metadata to be back again", Until = "2023-12-31 00:00:00Z")]
|
|
|
|
public class AuthorLookupFixture : IntegrationTest
|
|
|
|
public class AuthorLookupFixture : IntegrationTest
|
|
|
|
{
|
|
|
|
{
|
|
|
|
[TestCase("Robert Harris", "Robert Harris")]
|
|
|
|
[TestCase("Robert Harris", "Robert Harris")]
|
|
|
|