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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user