Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Apr 29, 2020
1 parent b50c548 commit 2d78831
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/agent.ts
Expand Up @@ -159,12 +159,12 @@ test('no socket hung up regression', withServer, async (t, server, got) => {
}

response.end('ok');
})
});

const {body} = await got({
prefixUrl: 'http://127.0.0.1:3000',
agent: {
http: agent,
http: agent
},
hooks: {
afterResponse: [
Expand All @@ -183,8 +183,8 @@ test('no socket hung up regression', withServer, async (t, server, got) => {

// No changes otherwise
return response;
},
],
}
]
},
// Disable automatic retries, manual retries are allowed
retry: 0
Expand Down

0 comments on commit 2d78831

Please sign in to comment.