Skip to content
Snippets Groups Projects
Unverified Commit 47bc7c7f authored by valentijnscholten's avatar valentijnscholten Committed by GitHub
Browse files

Update defectdojo_apiv2.py

parent eba97019
No related branches found
No related tags found
No related merge requests found
...@@ -498,7 +498,7 @@ class DefectDojoAPIv2(object): ...@@ -498,7 +498,7 @@ class DefectDojoAPIv2(object):
def set_test(self, test_id, engagement_id=None, test_type=None, def set_test(self, test_id, engagement_id=None, test_type=None,
environment=None, target_start=None, target_end=None, environment=None, target_start=None, target_end=None,
percent_complete=None, , title=None, version=None, description=None): percent_complete=None, title=None, version=None, description=None):
"""Creates a product with the given properties. """Creates a product with the given properties.
:param engagement_id: Engagement id. :param engagement_id: Engagement id.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment