From 024ded4078e9470d703dfd9c97614710832d5179 Mon Sep 17 00:00:00 2001 From: Tanmay Pandey Date: Wed, 12 Apr 2023 21:36:38 +0530 Subject: [PATCH] VOER-75 Add context table --- pre_commit_hooks/notify_duplicate_entry.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pre_commit_hooks/notify_duplicate_entry.py b/pre_commit_hooks/notify_duplicate_entry.py index 347d1c2..e323e2e 100644 --- a/pre_commit_hooks/notify_duplicate_entry.py +++ b/pre_commit_hooks/notify_duplicate_entry.py @@ -32,7 +32,8 @@ def main(argv: Optional[Sequence[str]] = None) -> int: 'test_case': 'uuid', 'test_suit': 'uuid', 'test_supported_version': 'test_case_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))