Skip to content

Commit f423c7c

Browse files
committed
Update TestLinkAPI.py
patched testcaseID to testcaseid for getTestCaseAttachments()
1 parent 8bc9b33 commit f423c7c

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)