forked from mirrors/kingfisher
fixed failing test
This commit is contained in:
parent
63a757fba8
commit
4c8677b7d4
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -68,6 +68,7 @@ Cargo.lock
|
|||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
.vscode/launch.json
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@ rules:
|
|||
request:
|
||||
method: BREW
|
||||
url: "https://example.com/"
|
||||
response_matcher:
|
||||
- report_response: true
|
||||
- status:
|
||||
- 200
|
||||
type: StatusMatch
|
||||
"#,
|
||||
)
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue