You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(cloudflare_ruleset): add coverage for more actions
* Add `decode_null_to_zero` tag to `categories` and `rules` action
parameters for the `execute` action to handle empty lists being
omitted from API responses.
* Add `decode_null_to_zero` tag to `preserve_duplicates` action
parameters for the `log_custom_field` action to handle `false` being
omitted from API responses.
* Add validation to ensure `log_custom_field` action parameters are not
set to empty lists.
* Ensure test data is formatted consistently and put actions in
alphabetical order.
* Add test coverage for the `challenge`, `js_challenge`,
`managed_challenge`, `execute`, `log`, and `log_custom_field` actions.
0 commit comments