We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bd0a8 commit 6e9f035Copy full SHA for 6e9f035
pulsaradmin/pkg/admin/namespace_test.go
@@ -172,7 +172,7 @@ func TestGetTopicAutoCreation(t *testing.T) {
172
topicAutoCreation, err = admin.Namespaces().GetTopicAutoCreation(*namespace)
173
assert.Equal(t, nil, err)
174
expected = utils.TopicAutoCreationConfig{
175
- Allow: boolPtr(false),
+ Allow: nil,
176
Type: "",
177
}
178
assert.Equal(t, expected, *topicAutoCreation)
0 commit comments