diff --git a/tests/integration/test_code.py b/tests/integration/test_code.py index 28c4f3e2..3ce9e4bb 100644 --- a/tests/integration/test_code.py +++ b/tests/integration/test_code.py @@ -210,3 +210,6 @@ def filter_line(line: str) -> str: return "\n".join(filter_line(line) for line in captured_output.splitlines()) file_regression.check(filter_captured_output(captured_output)) + + +# TODO: re-add a test for code_v1 until it is removed.