Fixed: Unit Test Fixes

This commit is contained in:
Qstick
2019-07-14 21:18:03 -04:00
parent 3bf5476922
commit 242d530bb4
19 changed files with 177 additions and 148 deletions
@@ -23,7 +23,7 @@ namespace NzbDrone.Core.Test.IndexerTests.PTPTests
Subject.Definition = new IndexerDefinition()
{
Name = "PTP",
Settings = new PassThePopcornSettings() { Passkey = "fakekey", Username = "asdf", Password = "sad" }
Settings = new PassThePopcornSettings() { APIUser = "asdf", APIKey = "sad" }
};
}