You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/upstream/tests.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ distro (otherwise the default would be `centos-stream-8`) and for
153
153
expression.
154
154
* **tf_post_install_script** - Bash script as a string to run during the guest provisioning.
155
155
* **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).
157
157
The dictionary must follow the structure of the Testing Farm request. Options specified in the dictionary have the
158
158
highest precedence, i.e. can override Packit's defaults. They are being merged with the Packit's values, the only exception
159
159
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