Skip to content

Commit 9ab51df

Browse files
fix tests
1 parent 52ccfce commit 9ab51df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/api/test/api/workbench/POST-databases-id-workbench-command_executions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ describe('POST /databases/:instanceId/workbench/command-executions', () => {
160160
expect(localDb.encryptData(JSON.stringify([{
161161
status: 'success',
162162
response: 'Results have been deleted since they exceed 1 MB. Re-run the command to see new results.',
163+
sizeLimitExceeded: true,
163164
}]))).to.eql(entity.result);
164165
}
165166
},

0 commit comments

Comments
 (0)