Skip to content

Commit ef19541

Browse files
committed
fix lost+found test case
1 parent f937003 commit ef19541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/utils/test_token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def new_event_namespace() -> EventNamespace:
519519
state.router_data = {}
520520

521521
mock_app = Mock()
522-
mock_app.modify_state = Mock(
522+
mock_app._state_manager.modify_state = Mock(
523523
return_value=AsyncMock(__aenter__=AsyncMock(return_value=state))
524524
)
525525

0 commit comments

Comments
 (0)