mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 13:48:12 +00:00
[Spec] Update specs for new calls
Update specs to expect 'domain' instead of 'x'. Fixes https://github.com/nasa/openmct/issues/1546
This commit is contained in:
@ -361,7 +361,7 @@ define(
|
|||||||
};
|
};
|
||||||
|
|
||||||
mockTelemetryAPI.commonValuesForHints.andCallFake(function (metadata, hints) {
|
mockTelemetryAPI.commonValuesForHints.andCallFake(function (metadata, hints) {
|
||||||
if (_.eq(hints, ["x"])) {
|
if (_.eq(hints, ["domain"])) {
|
||||||
return domainMetadata;
|
return domainMetadata;
|
||||||
} else if (_.eq(hints, [])) {
|
} else if (_.eq(hints, [])) {
|
||||||
return allMetadata;
|
return allMetadata;
|
||||||
|
Reference in New Issue
Block a user