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 committed Jan 7, 2025
1 parent dfaf24c commit d590235
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()

config := logical.TestBackendConfig()
Expand Down

0 comments on commit d590235

Please sign in to comment.