Skip to content

Commit

Permalink
test: fix ce/ent diff (#29307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jan 7, 2025
1 parent e153846 commit c39aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/database/rotation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit c39aa51

Please sign in to comment.