mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
config: update tests
This commit is contained in:
parent
b61deb6a03
commit
c0177c565f
3 changed files with 51 additions and 15 deletions
|
@ -601,6 +601,8 @@ func (m *stubMerger) kubeconfigEnvVar() string {
|
|||
func defaultConfigWithExpectedMeasurements(t *testing.T, conf *config.Config, csp cloudprovider.Provider) *config.Config {
|
||||
t.Helper()
|
||||
|
||||
conf.RemoveProviderAndAttestationExcept(csp)
|
||||
|
||||
conf.Image = constants.BinaryVersion().String()
|
||||
conf.Name = "kubernetes"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue