##// END OF EJS Templates
api: don't report invalidated cache_keys after invalidating a repo...
api: don't report invalidated cache_keys after invalidating a repo The keys are an implementation detail and is never relevant outside RhodeCode internals and should not be leaked.

File last commit:

r1382:c310e1e1 beta
r3759:12ca667b beta
Show More
test_admin_repos_groups.py
4 lines | 89 B | text/x-python | PythonLexer
/ rhodecode / tests / functional / test_admin_repos_groups.py
from rhodecode.tests import *
class TestReposGroupsController(TestController):
pass