Skip to content

Commit

Permalink
redpanda/test: add admin client call (#2200)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <stephan@styra.com>
  • Loading branch information
srenatus committed Feb 6, 2024
1 parent 0e16af2 commit f012d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/redpanda/redpanda_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ func TestRedpandaWithTLSAndSASL(t *testing.T) {
)
require.NoError(t, err)
defer kafkaCl.Close()

_, err = kadm.NewClient(kafkaCl).ListTopics(ctx)
require.NoError(t, err)
}

func TestRedpandaListener_Simple(t *testing.T) {
Expand Down

0 comments on commit f012d34

Please sign in to comment.