Skip to content

Commit 9ec5501

Browse files
committed
Update testReporter createPlatform with new args (TL 1.9.20_fixed) #139
1 parent a16e60b commit 9ec5501

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/testlink/testreporter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ def platformname(self):
202202
except TLResponseError as e:
203203
if int(e.code) == 235:
204204
self.tls.createPlatform(self.testprojectname, pn_kwarg,
205-
notes=self.platformnotes)
205+
notes=self.platformnotes,
206+
platformondesign=True, platformonexecution=True)
206207
self.tls.addPlatformToTestPlan(self.testplanid, pn_kwarg)
207208
self._platformname_generated = True
208209
else:

0 commit comments

Comments
 (0)