We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52aba5 commit 7f8c60fCopy full SHA for 7f8c60f
tests/e2e/test-routing.py
@@ -574,6 +574,7 @@ def test_drop_params(self) -> bool:
574
# Check router logs for evidence that parameters were dropped
575
content = self._read_log_file()
576
if content is not None:
577
+ logger.info(str(content))
578
if "Dropped param test-param-to-drop from request" in str(content):
579
print_status("✅ Drop params test request completed successfully")
580
return True
0 commit comments