mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
VOER-75 Add context table
This commit is contained in:
parent
80336ae26b
commit
024ded4078
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
|
||||||
'test_case': 'uuid',
|
'test_case': 'uuid',
|
||||||
'test_suit': 'uuid', 'test_supported_version': 'test_case_uuid',
|
'test_suit': 'uuid', 'test_supported_version': 'test_case_uuid',
|
||||||
'testcase_workload_association': 'uuid', 'user': 'uuid',
|
'testcase_workload_association': 'uuid', 'user': 'uuid',
|
||||||
'user_tokens': 'user_token', 'workflow_task': 'workflow_id'
|
'user_tokens': 'user_token', 'workflow_task': 'workflow_id',
|
||||||
|
'context': 'uuid',
|
||||||
}
|
}
|
||||||
|
|
||||||
args = vars(parser.parse_args(argv))
|
args = vars(parser.parse_args(argv))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue