Skip to content

Commit d05b4c6

Browse files
Update Testing Farm API URL (#1126)
Update Testing Farm API URL https://api.testing-farm.io/redoc#operation/request_a_new_test_v0_1_requests_post is invalid. Reviewed-by: Laura Barcziová Reviewed-by: Matej Focko
2 parents ae74f6b + 01f9471 commit d05b4c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration/upstream/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ distro (otherwise the default would be `centos-stream-8`) and for
153153
expression.
154154
* **tf_post_install_script** - Bash script as a string to run during the guest provisioning.
155155
* **tf_extra_params** - A free-form dictionary that allows specifying extra parameters to the Testing Farm.
156-
For a complete list of parameters, refer to the [Testing Farm documentation](https://api.testing-farm.io/redoc#operation/request_a_new_test_v0_1_requests_post).
156+
For a complete list of parameters, refer to the [Testing Farm documentation](https://api.testing-farm.io/docs#operation/request_a_new_test_v0_1_requests_post).
157157
The dictionary must follow the structure of the Testing Farm request. Options specified in the dictionary have the
158158
highest precedence, i.e. can override Packit's defaults. They are being merged with the Packit's values, the only exception
159159
is the `artifacts` list, which is combined with the artifact passed by Packit. Also, beware of indentation-sensitivity of the YAML format.

0 commit comments

Comments
 (0)