Skip to content

Commit 64bf436

Browse files
author
Olivier Renault
committed
Merge pull request #2 from g4l4drim/patch-1
Update TestLinkAPI.py
2 parents 8bc9b33 + 1746566 commit 64bf436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestLinkAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def getTestCaseAttachments(self, testcaseid):
122122
Gets attachments for specified test case
123123
"""
124124
argsAPI = {'devKey' : self.devKey,
125-
'testcaseID':str(testcaseid)}
125+
'testcaseid':str(testcaseid)}
126126
return self.server.tl.getTestCaseAttachments(argsAPI)
127127

128128
def getTestCaseCustomFieldDesignValue(self, testcaseexternalid, version,

0 commit comments

Comments
 (0)