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
@@ -51,18 +51,18 @@ Feature: Content Negotiation support
51
51
"""
52
52
[
53
53
{
54
-
"id": 1,
55
-
"name": "XML!",
56
-
"alias": null,
54
+
"id": "/dummies/1",
57
55
"description": null,
56
+
"dummy": null,
57
+
"dummyBoolean": null,
58
58
"dummyDate": null,
59
59
"dummyPrice": null,
60
-
"jsonData": [],
61
60
"relatedDummy": null,
62
-
"dummyBoolean": null,
63
-
"dummy": null,
64
61
"relatedDummies": [],
65
-
"nameConverted": null
62
+
"jsonData": [],
63
+
"name_converted": null,
64
+
"name": "XML!",
65
+
"alias": null
66
66
}
67
67
]
68
68
"""
@@ -79,7 +79,7 @@ Feature: Content Negotiation support
79
79
And the response should be equal to
80
80
"""
81
81
<?xml version="1.0"?>
82
-
<response><id>2</id><name>Sent in JSON</name><alias/><description/><dummyDate/><dummyPrice/><jsonData/><relatedDummy/><dummyBoolean/><dummy/><relatedDummies/><nameConverted/></response>
82
+
<response><id>/dummies/2</id><description/><dummy/><dummyBoolean/><dummyDate/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><name_converted/><name>Sent in JSON</name><alias/></response>
0 commit comments