We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d04ae31 + 66db3bb commit ecaf374Copy full SHA for ecaf374
redisinsight/api/test/api/rdi/POST-rdi.test.ts
@@ -60,6 +60,9 @@ describe('POST /rdi', () => {
60
nock(validInputData.url).post(`/${RdiUrl.Login}`).query(true).reply(200, {
61
access_token: mockedAccessToken,
62
});
63
+ nock(validInputData.url).get(`/${RdiUrl.GetPipelineStatus}`).query(true).reply(200, {
64
+ version: '2.17',
65
+ });
66
}
67
},
68
{
0 commit comments