mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fixed broken tests, DeskMetrics now has a different id during dev and production.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user