Skip to content

Commit

Permalink
kill only in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik 'Fire Eater' Krimm committed Oct 26, 2018
1 parent abf684c commit ea936f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bodyEncoding.js
Expand Up @@ -141,7 +141,7 @@ describe('body encoding', function () {


describe('when user sets reqBodyEncoding', function () {
it.only('should set the accepts-charset header', function (done) {
it('should set the accepts-charset header', function (done) {
var app = express();
app.use(proxy('localhost:8109', {
reqBodyEncoding: 'utf-16'
Expand Down

0 comments on commit ea936f3

Please sign in to comment.