Skip to content

Commit 91b4b14

Browse files
committed
un-focus test
1 parent ccc6352 commit 91b4b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/postBody.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('when proxy request is a POST', function () {
8282
});
8383
});
8484

85-
it.only('should deliver empty string post body', function (done) {
85+
it('should deliver empty string post body', function (done) {
8686
var nockedPostWithoutBody = nock('http://127.0.0.1:12345')
8787
.post('/')
8888
.matchHeader('Content-Type', 'application/json')

0 commit comments

Comments
 (0)