prepare_incomplete_test_spec_payload
Formats an incomplete Test Spec JSON
Parameters
Arguments
Description
test_spec_dict
A dictionary of the Test Spec schema. Fields that might be missing in this dict include project_id
and tag_ids
project_id
The ID of the dbnl Project this Test Spec will be created for.
Returns
Type
Description
TestSpecDict
An acceptable dict Test Spec schema.
Was this helpful?