tests: Add missing key/value to vcs operation dummy dict.

This commit is contained in:
Martin Bornhold 2016-09-23 14:17:04 +02:00
parent f0567693de
commit 2a64079089

View file

@ -457,6 +457,7 @@ def merge_extras(user_regular):
'locked_by': [None, None, None],
'server_url': 'http://test.example.com:5000',
'hooks': ['push', 'pull'],
'is_shadow_repo': False,
}
return extras