Skip to content

Commit 468cda3

Browse files
committed
Merge branch 'context' into 'master'
VOER-75 Add context table See merge request voereir/pre-commit-hooks!3
2 parents 80336ae + 024ded4 commit 468cda3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pre_commit_hooks/notify_duplicate_entry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
3232
'test_case': 'uuid',
3333
'test_suit': 'uuid', 'test_supported_version': 'test_case_uuid',
3434
'testcase_workload_association': 'uuid', 'user': 'uuid',
35-
'user_tokens': 'user_token', 'workflow_task': 'workflow_id'
35+
'user_tokens': 'user_token', 'workflow_task': 'workflow_id',
36+
'context': 'uuid',
3637
}
3738

3839
args = vars(parser.parse_args(argv))

0 commit comments

Comments
 (0)