Changeset - c0cfcf334ba7
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2018-03-11 17:33:01
mads@kiilerich.com
tests: mute verbose "anonymous access is now" printing
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/tests/other/test_vcs_operations.py
Show inline comments
 
@@ -149,7 +149,6 @@ def set_anonymous_access(enable=True):
 
    user = User.get_default_user()
 
    user.active = enable
 
    Session().commit()
 
    print '\tanonymous access is now:', enable
 
    if enable != User.get_default_user().active:
 
        raise Exception('Cannot set anonymous access')
 

	
0 comments (0 inline, 0 general)