From 708c94bc560fac676b72baa1770666613fcceb38 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Thu, 15 May 2025 00:47:46 +0300 Subject: [PATCH] Fixed PTP test --- src/NzbDrone.Core.Test/IndexerTests/PTPTests/PTPFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core.Test/IndexerTests/PTPTests/PTPFixture.cs b/src/NzbDrone.Core.Test/IndexerTests/PTPTests/PTPFixture.cs index 1d6ad7271..17859b796 100644 --- a/src/NzbDrone.Core.Test/IndexerTests/PTPTests/PTPFixture.cs +++ b/src/NzbDrone.Core.Test/IndexerTests/PTPTests/PTPFixture.cs @@ -50,7 +50,7 @@ namespace NzbDrone.Core.Test.IndexerTests.PTPTests first.Guid.Should().Be("PassThePopcorn-452135"); first.Title.Should().Be("The.Night.Of.S01.BluRay.AAC2.0.x264-DEPTH"); first.DownloadProtocol.Should().Be(DownloadProtocol.Torrent); - first.DownloadUrl.Should().Be("https://passthepopcorn.me/torrents.php?action=download&id=452135&authkey=00000000000000000000000000000000&torrent_pass=00000000000000000000000000000000"); + first.DownloadUrl.Should().Be("https://passthepopcorn.me/torrents.php?action=download&id=452135"); first.InfoUrl.Should().Be("https://passthepopcorn.me/torrents.php?id=148131&torrentid=452135"); //first.PublishDate.Should().Be(DateTime.Parse("2017-04-17T12:13:42+0000").ToUniversalTime()); stupid timezones