mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Answers endpoint fix (#10176)
This commit is contained in:
committed by
Aleksander Sklorz
parent
a21dc4d6a0
commit
13fc92e62c
@@ -47,7 +47,7 @@ export class SearchAiMock extends BaseMock {
|
||||
|
||||
mockGetAnswer200Response(): void {
|
||||
nock(this.host, { encodedQueryParams: true })
|
||||
.get('/alfresco/api/-default-/private/hxi/versions/1/answers?questionId=id1')
|
||||
.get('/alfresco/api/-default-/private/hxi/versions/1/answers/-default-?questionId=id1')
|
||||
.reply(200, {
|
||||
list: {
|
||||
pagination: {
|
||||
|
Reference in New Issue
Block a user