소스 검색

remove extra \n

Khaleel Al-Adhami 2 달 전
부모
커밋
8b0bb5e259
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/integration/test_exception_handlers.py

+ 1 - 1
tests/integration/test_exception_handlers.py

@@ -199,6 +199,6 @@ def test_frontend_exception_handler_with_react(
         assert "Error: Minified React error #31" in captured_default_handler_output.out
     else:
         assert (
-            "Error: Objects are not valid as a React child (found: object with keys \n{invalid})"
+            "Error: Objects are not valid as a React child (found: object with keys {invalid})"
             in captured_default_handler_output.out
         )