mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
test: fix ce/ent diff (#29307)
This commit is contained in:
committed by
GitHub
parent
e1538468c9
commit
c39aa51916
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user