mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed broken service tests.
This commit is contained in:
parent
b2cce4d4f0
commit
d8418b35e1
6 changed files with 13 additions and 30 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Common
|
|||
{
|
||||
private static readonly Logger logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
private const string SERVICE_URL = "http://services.nzbdrone.com/reporting";
|
||||
private const string SERVICE_URL = "http://stage.services.nzbdrone.com/reporting";
|
||||
private const string PARSE_URL = SERVICE_URL + "/ParseError";
|
||||
private const string EXCEPTION_URL = SERVICE_URL + "/ReportException";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue