fix RelationshipService tests

This commit is contained in:
Art Lowel
2020-02-04 14:42:57 +01:00
parent 6bffa68bbb
commit d5b2fbff0c
5 changed files with 191 additions and 119 deletions

View File

@@ -102,7 +102,9 @@ describe('ComColDataService', () => {
getObjectByUUID: cold('d-', {
d: {
_links: {
[LINK_NAME]: scopedEndpoint
[LINK_NAME]: {
href: scopedEndpoint
}
}
}
})