Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiquelhas committed Oct 21, 2016
1 parent fe73b7d commit 5230239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lab.experiment('supervizor', () => {

const payload = { valid: true };

server.inject({ method: 'POST', url: '/', payload: payload }, (response) => {
server.inject({ method: 'POST', url: '/', payload }, (response) => {

Code.expect(response.statusCode).to.equal(200);
Code.expect(response.headers['content-validation']).to.equal('success');
Expand Down

0 comments on commit 5230239

Please sign in to comment.