diff --git a/projects/pt1/e2e_testing/main.py b/projects/pt1/e2e_testing/main.py index f9a1eeb42c3..010129a104e 100644 --- a/projects/pt1/e2e_testing/main.py +++ b/projects/pt1/e2e_testing/main.py @@ -169,7 +169,7 @@ def main(): available_tests = [test.unique_name for test in available_tests] if len(tests) == 0: logger.error( - f"the provided filter {args.filter!r} does not match any tests. The available tests are:\n" + "\n\t".join(available_tests)" + f"the provided filter {args.filter!r} does not match any tests. The available tests are:\n\t" + "\n\t".join(available_tests) ) sys.exit(1)