Skip to content

Commit a6bcff3

Browse files
authored
Update docs/usage.md
1 parent 55672ed commit a6bcff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Use the `evaluate` method to return the result.
160160
False)
161161
```
162162

163-
As we can see, we return a tuple containing a diff between the pre and post data as well as a boolean for the overall test result. In this case a difference has been found, so the status of the test is `False`.
163+
As we can see, we return a tuple containing a diff between the pre and post data as well as a boolean for the overall test result. In this case a difference has been found, so the result of the test is `False`.
164164

165165
Let's see a better way to run `exact_match` for this specific case. Because there are a lot of extra key-value pairs, some of which change all the time, we are interested only in `interfaceStatus`. In this case we can use the `extract_data_from_json` utility, to extract only the value from the keys we are interested in and discard the rest.
166166

0 commit comments

Comments
 (0)