Skip to content

Commit b5efacd

Browse files
authored
fix: update get logs test after getLogsHandler p2p update (#143)
* fix: update get logs test after getLogsHandler p2p update * fix: lint
1 parent b85971a commit b5efacd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

test/http.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fetch from 'cross-fetch';
2-
import { expect, assert } from 'chai';
2+
import { expect } from 'chai';
33

44
describe('Ocean Node Root Endpoint', () => {
55
it('should return 200 OK', async () => {
@@ -83,9 +83,7 @@ describe('Direct Command Endpoint', () => {
8383
'Content-Type': 'application/json'
8484
}
8585
});
86-
const responseBody = await response.text();
8786

8887
expect(response.status).to.equal(400);
89-
assert(responseBody === "Missing signature")
9088
});
91-
});
89+
});

0 commit comments

Comments
 (0)