Skip to content

Commit

Permalink
Refactor s boolean to be true boolean
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Aug 9, 2024
1 parent cb0547e commit 54f4cfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/plugins/security/api/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ chapters:
payload:
- op: add
path: /config/enabled
value: 'true'
value: true
response:
status: 200
2 changes: 1 addition & 1 deletion tests/plugins/security/api/securityconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ chapters:
payload:
- op: replace
path: /config/dynamic/authc/basic_internal_auth_domain/transport_enabled
value: 'true'
value: true
response:
status: 403

0 comments on commit 54f4cfa

Please sign in to comment.