Skip to content

Commit 7f6fdec

Browse files
committed
chore: remove test now that we are on form-data 4.0.4
1 parent a2f3199 commit 7f6fdec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/test-form-data-error.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ tape('omit content-length header if the value is set to NaN', function (t) {
6464
})
6565
})
6666

67-
// TODO: remove this test after [email protected] starts stringifying null values
68-
tape('form-data should throw on null value', function (t) {
69-
t.throws(function () {
70-
request({
71-
method: 'POST',
72-
url: s.url,
73-
formData: {
74-
key: null
75-
}
76-
})
77-
}, TypeError)
78-
t.end()
79-
})
8067

8168
tape('cleanup', function (t) {
8269
s.close(function () {

0 commit comments

Comments
 (0)