You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,6 +61,7 @@ Feature: Content Negotiation support
61
61
"relatedDummy": null,
62
62
"relatedDummies": [],
63
63
"jsonData": [],
64
+
"arrayData": [],
64
65
"name_converted": null,
65
66
"id": 1,
66
67
"name": "XML!",
@@ -82,7 +83,7 @@ Feature: Content Negotiation support
82
83
And the response should be equal to
83
84
"""
84
85
<?xml version="1.0"?>
85
-
<response><description/><dummy/><dummyBoolean/><dummyDate/><dummyFloat/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><name_converted/><id>2</id><name>Sent in JSON</name><alias/><foo/></response>
86
+
<response><description/><dummy/><dummyBoolean/><dummyDate/><dummyFloat/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><arrayData/><name_converted/><id>2</id><name>Sent in JSON</name><alias/><foo/></response>
86
87
"""
87
88
88
89
Scenario: Requesting the same format in the Accept header and in the URL should work
0 commit comments