Apply suggestions from code review

This commit is contained in:
Masen Furer 2025-02-05 17:58:15 -08:00 committed by GitHub
parent de612dca50
commit 2765c9a682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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():