Skip to content

Commit ecaf374

Browse files
authored
Merge pull request #4319 from RedisInsight/bugfix/RI-000-fix-itests
Fix ITests
2 parents d04ae31 + 66db3bb commit ecaf374

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redisinsight/api/test/api/rdi/POST-rdi.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ describe('POST /rdi', () => {
6060
nock(validInputData.url).post(`/${RdiUrl.Login}`).query(true).reply(200, {
6161
access_token: mockedAccessToken,
6262
});
63+
nock(validInputData.url).get(`/${RdiUrl.GetPipelineStatus}`).query(true).reply(200, {
64+
version: '2.17',
65+
});
6366
}
6467
},
6568
{

0 commit comments

Comments
 (0)