We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953ffa8 commit dc4dc9dCopy full SHA for dc4dc9d
tests/utils.py
@@ -30,8 +30,9 @@ def format_command_for_display(command: List[str]) -> str:
30
else:
31
formatted_part = part
32
33
+ formatted_part = formatted_part.replace(MGC_API_KEY, "[REDACTED]")
34
formatted_parts.append(formatted_part)
-
35
+
36
return " ".join(formatted_parts)
37
38
def run_cli(args: List[str]) -> tuple[int, str, str, Dict]:
0 commit comments