mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 13:18:15 +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) {
|
||||
if (_.eq(hints, ["x"])) {
|
||||
if (_.eq(hints, ["domain"])) {
|
||||
return domainMetadata;
|
||||
} else if (_.eq(hints, [])) {
|
||||
return allMetadata;
|
||||
|
Reference in New Issue
Block a user