[Telemetry] Fix failing spec
Update specs to provide suitable mocks after changes to TelemetryCapability which support autoflow tabular views, WTD-614.
This commit is contained in:
@@ -28,7 +28,7 @@ define(
|
||||
telemetryService =
|
||||
$injector.get("telemetryService");
|
||||
} catch (e) {
|
||||
// $injector should throw is telemetryService
|
||||
// $injector should throw if telemetryService
|
||||
// is unavailable or unsatisfiable.
|
||||
$log.warn("Telemetry service unavailable");
|
||||
telemetryService = null;
|
||||
|
||||
Reference in New Issue
Block a user