Browse Source

remove extra \n

Khaleel Al-Adhami 2 tháng trước cách đây
mục cha
commit
8b0bb5e259
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         )