Skip to content

Commit bb86abf

Browse files
author
Artem
committed
fix tests
1 parent e7d6515 commit bb86abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/test/api/instance/GET-instance-id-overview.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('GET /instance/:instanceId/overview', () => {
6969
expect(body.version).to.eql(rte.env.version);
7070
expect(body.cpuUsagePercentage).to.eql(undefined)
7171
expect(body.totalKeys).to.not.eql(undefined)
72-
expect(body.totalKeysPerDb).to.not.eql(undefined)
72+
expect(body.totalKeysPerDb).to.eql(undefined)
7373
expect(body.connectedClients).to.not.eql(undefined)
7474
expect(body.opsPerSecond).to.not.eql(undefined)
7575
expect(body.networkInKbps).to.not.eql(undefined)

0 commit comments

Comments
 (0)