From 2765c9a682f94c4b58a6a8d244f4a66f4a19288c Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Wed, 5 Feb 2025 17:58:15 -0800 Subject: [PATCH] Apply suggestions from code review --- tests/integration/test_extra_overlay_function.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/test_extra_overlay_function.py b/tests/integration/test_extra_overlay_function.py index 529044060..2e36057ca 100644 --- a/tests/integration/test_extra_overlay_function.py +++ b/tests/integration/test_extra_overlay_function.py @@ -1,4 +1,4 @@ -"""Test case for displaying the connection banner when the websocket drops.""" +"""Test case for adding an overlay component defined in the rxconfig.""" from typing import Generator @@ -11,7 +11,6 @@ from reflex.testing import AppHarness, WebDriver def ExtraOverlay(): import reflex as rx - # Simulate reflex cloud deploy rx.config.get_config().extra_overlay_function = "reflex.components.moment.moment" def index():