Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 6318e33

Browse files
committed
Corrected test for getinfo
1 parent 6916e17 commit 6318e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elk-traffic-monitor-api/test/test_getinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('Endpoints', function () {
4646
json: true
4747
}).then(({ response, body }) => {
4848
expect(response.statusCode).to.equal(200);
49-
expect(body).to.be.an('Object');
49+
expect(body).to.be.an('Array');
5050
/*
5151
expect(body).to.have.lengthOf(1);
5252
expect(body[0]).to.be.an('Object');

0 commit comments

Comments
 (0)