fix test_state

This commit is contained in:
Lendemor 2024-10-02 18:52:23 +02:00
parent fa564989cf
commit 8655b04852

View File

@ -3196,6 +3196,7 @@ import reflex as rx
config = rx.Config(
app_name="project1",
redis_url="redis://localhost:6379",
state_manager_mode="redis",
{config_items}
)
"""