forked from mirrors/kingfisher
Fix tests
This commit is contained in:
parent
3bed8b36f2
commit
db0cd8d4ff
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ fn detects_base64_encoded_secret() -> anyhow::Result<()> {
|
|||
"--no-update-check",
|
||||
])
|
||||
.assert()
|
||||
.code(0)
|
||||
.code(200)
|
||||
.stdout(
|
||||
predicate::str::contains("ghp_1wuHFikBKQtCcH3EB2FBUkyn8krXhP2qLqPa")
|
||||
.and(predicate::str::contains("\"encoding\": \"base64\"")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue