Skip to content

Commit

Permalink
Fixed test case failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrth committed Sep 30, 2024
1 parent 3abcd70 commit db80598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/0080-admin_ut.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ static void do_test_AclBinding() {
rd_kafka_AclBinding_t *new_acl;

rd_bool_t valid_resource_types[] = {rd_false, rd_false, rd_true,
rd_true, rd_true, rd_false};
rd_true, rd_true, rd_true, rd_false};
rd_bool_t valid_resource_pattern_types[] = {
rd_false, rd_false, rd_false, rd_true, rd_true, rd_false};
rd_bool_t valid_acl_operation[] = {
Expand Down

0 comments on commit db80598

Please # to comment.