tests: re-enable disabled Response.formData test (#11453)

This commit is contained in:
Luca Casonato 2021-07-20 00:11:50 +02:00 committed by GitHub
parent 7d69f06db8
commit 55632266e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 25 deletions

View file

@ -275,7 +275,7 @@ unitTest(
await response.formData();
},
TypeError,
"Invalid form data",
"Body can not be decoded as form data",
);
},
);