Skip to content

Commit

Permalink
UHF-5618: updated test with missing xml header
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Sep 20, 2022
1 parent 3b9e90b commit 0d1b532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Unit/AssetHttpMiddlewareTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function xmlResponseProvider() : array {
return [
['application/xml'],
['application/xml; charset=utf-8'],
['application/rss+xml; charset=utf-8'],
];
}

Expand Down

0 comments on commit 0d1b532

Please sign in to comment.