mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 14:58:28 +08:00
Update http_utils_test.dart
This commit is contained in:
@ -268,7 +268,7 @@ void main() {
|
||||
test('Testing getResponseBodyViewOptions for image/svg+xml', () {
|
||||
MediaType mediaType5 = MediaType("image", "svg+xml");
|
||||
var result5 = getResponseBodyViewOptions(mediaType5);
|
||||
expect(result5.$1, kCodeRawBodyViewOptions);
|
||||
expect(result5.$1, kPreviewRawBodyViewOptions);
|
||||
expect(result5.$2, "xml");
|
||||
});
|
||||
test('Testing getResponseBodyViewOptions for application/xhtml+xml', () {
|
||||
|
Reference in New Issue
Block a user