@@ -32,7 +32,7 @@ Feature: HAL Collections support
3232 And the response should be in JSON
3333 And the JSON should be valid according to the JSON HAL schema
3434 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
35- And the JSON should be equal to:
35+ And the JSON should be deep equal to:
3636 """
3737 {
3838 "_links": {
@@ -136,7 +136,7 @@ Feature: HAL Collections support
136136 And the response should be in JSON
137137 And the JSON should be valid according to the JSON HAL schema
138138 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
139- And the JSON should be equal to:
139+ And the JSON should be deep equal to:
140140 """
141141 {
142142 "_links": {
@@ -243,7 +243,7 @@ Feature: HAL Collections support
243243 And the response should be in JSON
244244 And the JSON should be valid according to the JSON HAL schema
245245 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
246- And the JSON should be equal to:
246+ And the JSON should be deep equal to:
247247 """
248248 {
249249 "_links": {
@@ -302,7 +302,7 @@ Feature: HAL Collections support
302302 And the response should be in JSON
303303 And the JSON should be valid according to the JSON HAL schema
304304 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
305- And the JSON should be equal to:
305+ And the JSON should be deep equal to:
306306 """
307307 {
308308 "_links": {
@@ -463,7 +463,7 @@ Feature: HAL Collections support
463463 And the response should be in JSON
464464 And the JSON should be valid according to the JSON HAL schema
465465 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
466- And the JSON should be equal to:
466+ And the JSON should be deep equal to:
467467 """
468468 {
469469 "_links": {
@@ -524,7 +524,7 @@ Feature: HAL Collections support
524524 And the response should be in JSON
525525 And the JSON should be valid according to the JSON HAL schema
526526 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
527- And the JSON should be equal to:
527+ And the JSON should be deep equal to:
528528 """
529529 {
530530 "_links": {
@@ -573,7 +573,7 @@ Feature: HAL Collections support
573573 And the response should be in JSON
574574 And the JSON should be valid according to the JSON HAL schema
575575 And the header "Content-Type" should be equal to "application/hal+json; charset=utf-8"
576- And the JSON should be equal to:
576+ And the JSON should be deep equal to:
577577 """
578578 {
579579 "_links": {
0 commit comments