This commit is contained in:
@@ -32,6 +32,7 @@ def user_config():
|
||||
st.session_state.user_name = "Test User"
|
||||
st.session_state.user_email = "test@test.local"
|
||||
st.session_state.user_external_id = "111-2222-3333"
|
||||
st.session_state.current_theme = "light"
|
||||
|
||||
@pytest.fixture
|
||||
def app() -> AppTest:
|
||||
|
||||
Reference in New Issue
Block a user