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
@@ -63,6 +63,8 @@ Feature: Content Negotiation support
63
63
"jsonData": [],
64
64
"arrayData": [],
65
65
"name_converted": null,
66
+
"relatedOwnedDummy": null,
67
+
"relatedOwningDummy": null,
66
68
"id": 1,
67
69
"name": "XML!",
68
70
"alias": null,
@@ -83,7 +85,7 @@ Feature: Content Negotiation support
83
85
And the response should be equal to
84
86
"""
85
87
<?xml version="1.0"?>
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>
88
+
<response><description/><dummy/><dummyBoolean/><dummyDate/><dummyFloat/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><arrayData/><name_converted/><relatedOwnedDummy/><relatedOwningDummy/><id>2</id><name>Sent in JSON</name><alias/><foo/></response>
87
89
"""
88
90
89
91
Scenario: Requesting the same format in the Accept header and in the URL should work
0 commit comments