Merge branch 'EIR-212-sla-association-keys' into 'master'

EIR-212: Add test sla association primary key

Closes EIR-212

See merge request voereir/pre-commit-hooks!5
This commit is contained in:
Deepanshu 2023-06-12 13:43:57 +05:30
commit 77973aa887

View file

@ -50,6 +50,10 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
'user_tokens': ['user_token'],
'workflow_task': ['workflow_id'],
'context': ['uuid'],
'test_sla_association': ['test_case', 'sla'],
'teams_association': ['user_uuid', 'team_uuid'],
'teams_resource_permission': ['team_uuid', 'resource_name'],
'label': ['uuid'],
}
args = vars(parser.parse_args(argv))