File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function testAssertResponseBodyDoesNotMatch()
59
59
self ::assertEquals (
60
60
<<<EOF
61
61
Failed asserting that [{"id":123456789}] is valid.
62
- [0] the property name is required
62
+ [name] The property name is required
63
63
64
64
EOF
65
65
,
@@ -100,7 +100,7 @@ public function testAssertResponseHeaderDoesNotMatch()
100
100
self ::assertEquals (
101
101
<<<EOF
102
102
Failed asserting that {"Content-Type":"application\/json"} is valid.
103
- [] the property ETag is required
103
+ [ETag] The property ETag is required
104
104
105
105
EOF
106
106
,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function testInvalidSchema()
67
67
self ::assertEquals (
68
68
<<<EOF
69
69
Failed asserting that [{"id":123456789}] is valid.
70
- [0] the property name is required
70
+ [name] The property name is required
71
71
72
72
EOF
73
73
,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function testInvalidHeaderType()
58
58
self ::assertEquals (
59
59
<<<EOF
60
60
Failed asserting that {"Content-Type":"application\/json"} is valid.
61
- [] the property ETag is required
61
+ [ETag] The property ETag is required
62
62
63
63
EOF
64
64
,
You can’t perform that action at this time.
0 commit comments