Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tephenavies committed May 13, 2024
1 parent dcd4824 commit a7e8cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/proxy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ describe('proxy', function() {
request(buildApp(openProxyOptions))
[methodName]('/_2h/example.com')
.set('Cache-Control', 'no-cache')
.set('x-give-response-status', '500')
.set('x-give-response-status', 500)
.expect(500)
.expect('cache-control', 'no-cache')
.end(assert(done));
Expand Down

0 comments on commit a7e8cbd

Please sign in to comment.