test: fix ce/ent diff (#29307)

This commit is contained in:
John-Michael Faircloth
2025-01-07 11:19:32 -06:00
committed by GitHub
parent e1538468c9
commit c39aa51916

View File

@@ -1029,7 +1029,7 @@ func TestBackend_StaticRole_Rotation_MongoDBAtlas(t *testing.T) {
// does not break on invalid values.
func TestQueueTickIntervalKeyConfig(t *testing.T) {
t.Parallel()
cluster, sys := getClusterPostgresDB(t)
cluster, sys := getCluster(t)
defer cluster.Cleanup()
values := []string{"1", "0", "-1"}