predefined-test-input-parameter
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
A test case input parameter must correspond to a pre-defined parameter in the endpoint in which the test case is defined.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | Test input corresponding parameter definition could not be found. |
Code | APIMATICCODEGEN_V162 |
Type | Validation |
Rule System | Semantic |
Broad Category | Test Cases |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic parameter test case endpoint |
Suggested Fixes
- Declare corresponding parameter in the endpoint.
- Remove undefined test input parameter.
- Disable the test case by turning off the
Enabled
flag.