Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Dec 21, 2023
1 parent cde5bd9 commit c9ff35a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ private String getTestPayload() {
+ "\"enable_rest\":true,\"disabled_rest_categories\":[\"AUTHENTICATED\"],"
+ "\"enable_transport\":true,\"disabled_transport_categories\":[\"SSL_EXCEPTION\"],"
+ "\"resolve_bulk_requests\":true,\"log_request_body\":true,\"resolve_indices\":true,\"exclude_sensitive_headers\":true,"
+ "\"ignore_users\":[\"test-user-1\"],\"ignore_requests\":[\"test-request\"]},"
+ "\"ignore_users\":[\"test-user-1\"],\"ignore_requests\":[\"test-request\"], \"ignore_headers\":[\"\"]},"
+ "\"compliance\":{"
+ "\"enabled\":true,"
+ "\"internal_config\":true,\"external_config\":true,"
Expand Down

0 comments on commit c9ff35a

Please sign in to comment.