Skip to content

Commit 31af840

Browse files
committed
* #RIVS-279 - [Regression] Cluster databases has 'i' icon before Host on Edit db view without tooltip
* #RIVS-280 - [Regression] CLI returns errors for cluster db
1 parent d4179e7 commit 31af840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/src/modules/cli/hooks/cli-output/tests/useCliOutput.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ describe('thunks', () => {
239239
it('call both sendCliClusterCommandAction and sendCliCommandSuccess when response status is fail', async () => {
240240
// Arrange
241241
const command = constants.COMMAND
242-
const data: any[] = {
242+
const data: any = {
243243
response: null,
244244
status: CommandExecutionStatus.Success,
245245
node: { host: '127.0.0.1', port: 7002, slot: 6918 },

0 commit comments

Comments
 (0)