mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +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:
parent
7ba83b639a
commit
81208d617f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user