Skip to content

Commit 20f0b4a

Browse files
committed
Fix name of test-configuration option
1 parent 255f35c commit 20f0b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Or you can ignore all unknown response status:
243243
244244
```ruby
245245
OpenapiFirst::Test.setup do |test|
246-
test.ignore_all_unknown_status = true
246+
test.ignore_unknown_response_status = true
247247
end
248248
```
249249

0 commit comments

Comments
 (0)