Skip to content

Commit ea936f3

Browse files
author
Nik 'Fire Eater' Krimm
committed
kill only in test file
1 parent abf684c commit ea936f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bodyEncoding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ describe('body encoding', function () {
141141

142142

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

0 commit comments

Comments
 (0)