fixed failing test

This commit is contained in:
Mick Grove 2025-07-25 19:40:40 -07:00
commit 4c8677b7d4
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -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/

View file

@ -56,6 +56,11 @@ rules:
request:
method: BREW
url: "https://example.com/"
response_matcher:
- report_response: true
- status:
- 200
type: StatusMatch
"#,
)
.unwrap();