Fixed broken tests, DeskMetrics now has a different id during dev and production.

This commit is contained in:
kay.one
2012-01-25 17:52:47 -08:00
parent 4ea475d428
commit 340f05aef4
3 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ namespace NzbDrone.Core.Providers
public class AnalyticsProvider
{
private readonly IDeskMetricsClient _deskMetricsClient;
public const string DESKMETRICS_ID = "4ea8d347a14ad71442000002";
public const string DESKMETRICS_TEST_ID = "4ea8d347a14ad71442000002";
public const string DESKMETRICS_PRODUCTION_ID = "4f20b01ea14ad729b2000000";
[Inject]
public AnalyticsProvider(IDeskMetricsClient deskMetricsClient)