We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Accroding to https://support.gurock.com/hc/en-us/articles/7077711537684-Plans#updateruninplanentry URL is
POST index.php?/api/v2/update_run_in_plan_entry/{run_id}
but in the python code it's
return self.s.post( endpoint=f"update_run_in_plan_entry/{plan_id}/{run_id}", json=kwargs )
As result, currently error like Field :run_id is not a valid test run.
Field :run_id is not a valid test run.
The text was updated successfully, but these errors were encountered:
Fix #74 - update_run_in_plan_entry (#75)
e8b6c92
* fix update_run_in_plan_entry * update versions * fix docstring * run black
Successfully merging a pull request may close this issue.
Accroding to https://support.gurock.com/hc/en-us/articles/7077711537684-Plans#updateruninplanentry URL is
but in the python code it's
As result, currently error like
Field :run_id is not a valid test run.
The text was updated successfully, but these errors were encountered: