From 72a470e36837ccbd6c6bca5a4025153b21986d0c Mon Sep 17 00:00:00 2001 From: Willi Date: Thu, 1 Aug 2024 15:17:31 +0530 Subject: [PATCH] improves grammar --- tests/rest_api/test_configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest_api/test_configurations.py b/tests/rest_api/test_configurations.py index e9e7fba67..74c9f03ee 100644 --- a/tests/rest_api/test_configurations.py +++ b/tests/rest_api/test_configurations.py @@ -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'}'") )