11 lines
424 B
YAML
11 lines
424 B
YAML
# Validation-only fixture. Each step uses an action the dry-run validator must
|
|
# reject, so `alt operator scenario validate` exits non-zero with
|
|
# status=parse_error. It documents that unimplemented request actions cannot be
|
|
# referenced until a later subtask adds their runner.
|
|
name: invalid_request_matrix
|
|
timeout: 5s
|
|
steps:
|
|
- id: unsupported_request
|
|
action: send_unsupported_request
|
|
expect:
|
|
status: error
|