PaygateDeveloper documentation
422testkit.unknown_job_kindtestkit

No worker is registered for that job kind

Returned by the implementation; no specification rule declares it yet.

A test operation asked the queue to run a job kind this build has no worker for.

Why the API refuses

no worker is registered for job kind

What to do

Use a kind the deployment registers. A test suite meeting this is usually naming a job from a module that is not installed — see testkit.unavailable.

Operations that can return it