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
@@ -57,6 +57,7 @@ Feature: Content Negotiation support
57
57
"dummy": null,
58
58
"dummyBoolean": null,
59
59
"dummyDate": null,
60
+
"dummyFloat": null,
60
61
"dummyPrice": null,
61
62
"relatedDummy": null,
62
63
"relatedDummies": [],
@@ -80,7 +81,7 @@ Feature: Content Negotiation support
80
81
And the response should be equal to
81
82
"""
82
83
<?xml version="1.0"?>
83
-
<response><id>/dummies/2</id><description/><dummy/><dummyBoolean/><dummyDate/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><name_converted/><name>Sent in JSON</name><alias/></response>
84
+
<response><id>/dummies/2</id><description/><dummy/><dummyBoolean/><dummyDate/><dummyFloat/><dummyPrice/><relatedDummy/><relatedDummies/><jsonData/><name_converted/><name>Sent in JSON</name><alias/></response>
84
85
"""
85
86
86
87
Scenario: Requesting the same format in the Accept header and in the URL should work
0 commit comments