Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ describe('Direct Command Endpoint', () => {
});


describe('getOceanPeers Endpoint', () => {
describe('getP2PPeers Endpoint', () => {

it('should return correct status', async () => {
const response = await fetch('http://localhost:8001/getOceanPeers');
const response = await fetch('http://localhost:8001/getP2PPeers');
const responseBody = await response.json();

expect(response.status).to.equal(200);
Expand Down
Loading