refactor all remaining self links in mocks

This commit is contained in:
Art Lowel
2020-02-17 14:45:28 +01:00
parent 8551d730d8
commit 025948e3a0
13 changed files with 143 additions and 40 deletions

View File

@@ -108,10 +108,11 @@ const testFormConfiguration = {
]
} as FormRowModel,
],
self: 'testFormConfiguration.url',
type: 'submissionform',
_links: {
self: 'testFormConfiguration.url'
self: {
href: 'testFormConfiguration.url'
}
}
} as any;