Skip to content

Commit

Permalink
Remove: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Apr 25, 2024
1 parent d194ad1 commit 9f8e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,7 @@ func (its *IntegrationTestSuite) TestAdminACLs() {
defer cancel()

resultCreateACLs, err := a.CreateACLs(ctx, newACLs, SetAdminRequestTimeout(requestTimeout))
if err != nil {
if err == nil {
t.Fatalf("CreateACLs() failed: %s", err)
}
expectedCreateACLs = []CreateACLResult{{Error: noError}, {Error: noError}, {Error: noError}}
Expand Down

0 comments on commit 9f8e65c

Please sign in to comment.