Skip to content

Commit 7f8c60f

Browse files
committed
test: test
Signed-off-by: Max Wittig <[email protected]>
1 parent f52aba5 commit 7f8c60f

File tree

2 files changed

+123
-32
lines changed

2 files changed

+123
-32
lines changed

tests/e2e/test-routing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,7 @@ def test_drop_params(self) -> bool:
574574
# Check router logs for evidence that parameters were dropped
575575
content = self._read_log_file()
576576
if content is not None:
577+
logger.info(str(content))
577578
if "Dropped param test-param-to-drop from request" in str(content):
578579
print_status("✅ Drop params test request completed successfully")
579580
return True

0 commit comments

Comments
 (0)