Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.codepine.api.testrail.TestRailException: 400 - Field :case_ids is not a valid ID. #63

Open
mstumberger opened this issue Feb 4, 2021 · 0 comments

Comments

@mstumberger
Copy link

Hey,
recently we updated to TestRail v6.6.1.1166

When I want to add specific test cases to run like described in api documentation

testRun.setIncludeAll(false);
testRun.setCaseIds(testCases);
testRailService.runs().update(testRun).execute();
testRailService.runs().close(testRun.getId()).execute();

I get the following message:

com.codepine.api.testrail.TestRailException: 400 - Field :case_ids is not a valid ID.

	at com.codepine.api.testrail.TestRailException$Builder.build(TestRailException.java:57)
	at com.codepine.api.testrail.Request.execute(Request.java:142)

Can someone else also reproduce and confirm ?

Best regards,
Marko

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant