Skip to content

Commit

Permalink
improves grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Aug 1, 2024
1 parent ea2cd75 commit 72a470e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest_api/test_configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ def test_validation_masks_auth_secrets() -> None:
rest_api_source(incorrect_config)
assert (
re.search("sensitive-secret", str(e.value)) is None
), "sensitive-secret printed pattern unexpectedly"
), "unexpectedly printed 'sensitive-secret'"
assert e.match(
re.escape("'{'type': 'bearer', 'location': 'header', 'token': 's*****t'}'")
)

0 comments on commit 72a470e

Please sign in to comment.