Fixed broken service tests.

This commit is contained in:
kay.one 2012-02-29 22:45:36 -08:00
commit d8418b35e1
6 changed files with 13 additions and 30 deletions

View file

@ -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";