allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
95 stars 125 forks source link

Can't create test run with cases, version==1.1.5 #56

Closed Nikikuzi closed 6 years ago

Nikikuzi commented 6 years ago

Hey! I got a "[testrail] Failed to create testrun: "Field :case_ids is not a valid ID."" error after running tests because in plugin.py:152 variable tr_keys looks like [[17055], [17056]] instead of [17055, 17056]