Fix BookInfo tests

This commit is contained in:
Bogdan
2024-03-16 18:24:20 +02:00
parent 04682c9d91
commit 11eda3b11b
9 changed files with 10 additions and 10 deletions
@@ -15,7 +15,7 @@ using NzbDrone.Test.Common;
namespace NzbDrone.Core.Test.MetadataSource.Goodreads
{
[TestFixture]
[Ignore("Waiting for metadata to be back again", Until = "2024-03-15 00:00:00Z")]
[Ignore("Waiting for metadata to be back again", Until = "2024-05-15 00:00:00Z")]
public class BookInfoProxySearchFixture : CoreTest<BookInfoProxy>
{
[SetUp]