##// END OF EJS Templates
tests: Add missing key/value to vcs operation dummy dict.
Martin Bornhold -
r907:c7716f58 default
parent child Browse files
Show More
@@ -457,6 +457,7 b' def merge_extras(user_regular):'
457 'locked_by': [None, None, None],
457 'locked_by': [None, None, None],
458 'server_url': 'http://test.example.com:5000',
458 'server_url': 'http://test.example.com:5000',
459 'hooks': ['push', 'pull'],
459 'hooks': ['push', 'pull'],
460 'is_shadow_repo': False,
460 }
461 }
461 return extras
462 return extras
462
463
General Comments 0
You need to be logged in to leave comments. Login now