2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Fixing #184 Content type removed if data is false

This commit is contained in:
vandosant
2016-01-17 21:25:21 -07:00
parent 20e724af80
commit 71aadd604d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ describe('headers', function () {
}, 0);
});
xit('should preserve content-type if data is false', function (done) {
it('should preserve content-type if data is false', function (done) {
axios({
url: '/foo',
method: 'post',