Indexer Cleanup

This commit is contained in:
Qstick
2020-12-23 22:13:41 -05:00
parent eb697b630e
commit eb9b14ba24
19 changed files with 38 additions and 175 deletions
@@ -19,7 +19,6 @@ namespace NzbDrone.Core.Test.IndexerTests.HDBitsTests
Subject.Settings = new HDBitsSettings()
{
BaseUrl = "http://127.0.0.1:1234/",
Categories = new[] { 1, 2 },
ApiKey = "abcd",
Username = "somename"
};