Skip to content

Commit 6e9f035

Browse files
fix test
1 parent 78bd0a8 commit 6e9f035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsaradmin/pkg/admin/namespace_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func TestGetTopicAutoCreation(t *testing.T) {
172172
topicAutoCreation, err = admin.Namespaces().GetTopicAutoCreation(*namespace)
173173
assert.Equal(t, nil, err)
174174
expected = utils.TopicAutoCreationConfig{
175-
Allow: boolPtr(false),
175+
Allow: nil,
176176
Type: "",
177177
}
178178
assert.Equal(t, expected, *topicAutoCreation)

0 commit comments

Comments
 (0)