Skip to content

Commit 32ca5e4

Browse files
committed
Fix bug of in apex.py
1 parent db5425c commit 32ca5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salesforce/api/apex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def run_all_test(self):
6262
"SOAPAction": '""'
6363
}
6464

65-
soap_body = soap.run_all_test.format(session_id=self.session["session_id"])
65+
soap_body = SOAP.run_all_test.format(session_id=self.session["session_id"])
6666

6767
body = self.soap.create_request('run_all_test')
6868
try:

0 commit comments

Comments
 (0)