EIR-212: Add test sla association primary key

This commit is contained in:
Deepanshu Bhatia 2023-06-12 10:17:40 +05:30
parent 20ab3ae2f4
commit 25cba977ce

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))