We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeba903 commit 51c33e7Copy full SHA for 51c33e7
tests/test_cache.py
@@ -95,4 +95,4 @@ def test_cache_timestamp_update(self):
95
assert updated_timestamp > initial_timestamp
96
97
# Remove test user cache
98
- self.cache_manager._remove_user_cache(username)
+ self.cache_manager.clear_user(username)
0 commit comments