Skip to content

Commit 407639f

Browse files
Merge remote-tracking branch 'remotes/from/ce/main'
2 parents abda3e9 + 6c6777e commit 407639f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vault/testing.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,6 +1967,9 @@ func (testCluster *TestCluster) newCore(t testing.TB, idx int, coreConfig *CoreC
19671967
localConfig.Seal.SetCore(c)
19681968
}
19691969

1970+
// Set test public keys in the core for tests that call license reloads
1971+
c.testSetTestPubKeys(localConfig.LicensingConfig.AdditionalPublicKeys)
1972+
19701973
return cleanupFunc, c, localConfig, handler
19711974
}
19721975

0 commit comments

Comments
 (0)