Backport Fix adding additional public keys for tests in ent into ce/main (#11146)

* resolving conflicts for backport

* remove ent file
This commit is contained in:
akshya96 2025-12-04 11:44:25 -08:00 committed by GitHub
parent 782f19d644
commit 6c6777ef5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1967,6 +1967,9 @@ func (testCluster *TestCluster) newCore(t testing.TB, idx int, coreConfig *CoreC
localConfig.Seal.SetCore(c)
}
// Set test public keys in the core for tests that call license reloads
c.testSetTestPubKeys(localConfig.LicensingConfig.AdditionalPublicKeys)
return cleanupFunc, c, localConfig, handler
}