Fixed: (RarBG) Do not cleanse get_token

This commit is contained in:
bakerboy448
2021-11-20 12:38:18 -06:00
committed by Qstick
parent 51f8b1b5c4
commit 44f12d9569
2 changed files with 2 additions and 1 deletions
@@ -119,6 +119,7 @@ namespace NzbDrone.Common.Test.InstrumentationTests
}
[TestCase(@"https://www.torrentleech.org/torrents/browse/list/imdbID/tt8005374/categories/29,2,26,27,32,44,7,34,35")]
[TestCase(@"https://torrentapi.org/pubapi_v2.php?get_token=get_token&app_id=Prowlarr")]
public void should_not_clean_url(string message)
{
var cleansedMessage = CleanseLogMessage.Cleanse(message);