Skip to content

Commit 1d3e65c

Browse files
committed
Fix typo in README example to use jsonPath method correctly
1 parent 6f72d13 commit 1d3e65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fun documentationGetApi() {
102102
responseBody {
103103
field("testField", "test", "test")
104104
}
105-
}.expect(jsonPath("$testField").value("test"))
105+
}.jsonPath("$testField").value("test")
106106
}
107107
```
108108

0 commit comments

Comments
 (0)