Remove check for invalid return, update spec
Remove a check for an invalid return value, update the spec to return the proper value. Also updated the subscribe method to fetch defaults the same as the request method. https://github.com/nasa/openmct/pull/1544
This commit is contained in:
@@ -92,7 +92,7 @@ define(
|
||||
]);
|
||||
mockTelemetryAPI.getMetadata.andReturn({
|
||||
valuesForHints: function () {
|
||||
return [];
|
||||
return [{}];
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user