We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a4247 commit 6644967Copy full SHA for 6644967
1 file changed
tests/tests/redact_tests/test_redact_file.py
@@ -54,7 +54,7 @@ def test_redact_file_with_emoji(textual, filename, generator_default):
54
original_content, output = perform_file_redaction(
55
textual,
56
filename,
57
- generator_default=generator_default
+ generator_default=generator_default,
58
)
59
60
check_redaction(
0 commit comments