Skip to content

Mark CreateWorkerConfiguration.configuration as required

Refs https://gitlab.com/arkindex/requests/-/issues/529

The field configuration must be set by API user, and be a dict with at least one key.

Please create unit tests that try to:

  • send a payload without configuration
  • send a payload with configuration = None
  • send a payload with configuration = {}

and they all fail with a 400