Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Mar 14, 2024
1 parent 78bd0a8 commit 6e9f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsaradmin/pkg/admin/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func TestGetTopicAutoCreation(t *testing.T) {
topicAutoCreation, err = admin.Namespaces().GetTopicAutoCreation(*namespace)
assert.Equal(t, nil, err)
expected = utils.TopicAutoCreationConfig{
Allow: boolPtr(false),
Allow: nil,
Type: "",
}
assert.Equal(t, expected, *topicAutoCreation)
Expand Down

0 comments on commit 6e9f035

Please sign in to comment.