More test changes

This commit is contained in:
tidusjar 2016-03-09 11:43:53 +00:00
parent 92e8fa7c4d
commit 6c03e3f0ad
2 changed files with 20 additions and 16 deletions

View file

@ -48,8 +48,8 @@ namespace PlexRequests.UI.Modules
Post["/"] = x => LoginUser();
}
private ISettingsService<AuthenticationSettings> AuthService { get; set; }
private IPlexApi Api { get; set; }
private ISettingsService<AuthenticationSettings> AuthService { get; }
private IPlexApi Api { get; }
public Negotiator Index()
{