We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347d105 commit ece181dCopy full SHA for ece181d
1 file changed
tests/integrations/jupyter/test_magics.py
@@ -344,7 +344,7 @@ def test_run_dag(
344
actual_html_output = get_all_html_output(output)
345
# Replace dynamic elapsed time with 00
346
for i, chunk in enumerate(actual_html_output):
347
- pattern = 'font\-weight: bold">0\.</span>\\d{2}s </pre>'
+ pattern = r'font-weight: bold">0.</span>\d{2}s </pre>'
348
import re
349
350
actual_html_output[i] = re.sub(pattern, 'font-weight: bold">0.</span>00s </pre>', chunk)
0 commit comments