We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate all vars inside the auth and seed actions - set in either variables or runtimeVariables.
variables
runtimeVariables
So that
- name: create-pocketbase-user-for-qa-tes1 endpoint: http://127.0.0.1:59886/api/users strategy: FIND/PATCH/POST getEndpointSuffix: "?page=1&perPage=100&sort=-created&filter=" findByJsonPathExpr: "$.items[?(@.email=='qa-guy@example.com')].id" authMapRef: customTest1 payloadTemplate: | {"email":"qa-guy@example.com","password":"Password123_alwaysChange","passwordConfirm":"Password123_alwaysChange"} patchPayloadTemplate: | {"password":"${newPass}","passwordConfirm":"${newPass}","unknown":"${unknown_var}"} variables: newPass: AWSPARAMSTR:///int-test/pocketbase/admin-pwd
an error is raised at to signify that unknown_var has no source.
unknown_var
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Validate all vars inside the auth and seed actions - set in either
variables
orruntimeVariables
.So that
an error is raised at to signify that
unknown_var
has no source.The text was updated successfully, but these errors were encountered: