From c39aa519166529f7c3b5a9aaf69fc0044039d74a Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Tue, 7 Jan 2025 11:19:32 -0600 Subject: [PATCH] test: fix ce/ent diff (#29307) --- builtin/logical/database/rotation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/logical/database/rotation_test.go b/builtin/logical/database/rotation_test.go index 84a4df9078cd..6ef586f3679a 100644 --- a/builtin/logical/database/rotation_test.go +++ b/builtin/logical/database/rotation_test.go @@ -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"}