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:
parent
a924ecfd60
commit
19744d8230
8 changed files with 12 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue