Skip to content
Commit 8d6131f9 authored by Eduardo Navarro's avatar Eduardo Navarro
Browse files

Remove validation of token type

This validation made `osc` throw an exception when using `osc trigger`
without the `--operation` parameter over a release token.

The reason is that `osc` calls `POST /trigger/runservice` by default
when the operation is not passed. Even if the `Token#type` is a
different one.

We want to introduce this validation, but not now. We will wait until a
new version of `osc` is released, with the support of the `POST
/trigger` API endpoint.
parent 3565f8c5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment