vcs-ops: store user_id inside the extras for vcs context operations.

- we'll use this one for bootstrap of async tasks.
This commit is contained in:
Marcin Kuzminski 2017-11-30 17:41:05 +01:00
parent a924ecfd60
commit 19744d8230
8 changed files with 12 additions and 2 deletions

View file

@ -127,6 +127,7 @@ class TestGitServer(object):
expected_data = {
'username': git_server.user.username,
'user_id': git_server.user.user_id,
'scm': 'git',
'repository': git_server.repo_name,
'make_lock': None,