[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:
Pete Richards 2017-05-09 19:02:10 -07:00
parent 7ba83b639a
commit 81208d617f

View File

@ -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;