mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-06 08:15:48 -04:00
fix unsupported qemu in tests on mac (#2627)
This commit is contained in:
parent
a6cf387a24
commit
0c1e6e97e4
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ func TestPlan(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg := config.Default()
|
cfg := config.Default()
|
||||||
cfg.RemoveProviderAndAttestationExcept(cloudprovider.QEMU)
|
cfg.RemoveProviderAndAttestationExcept(cloudprovider.Azure)
|
||||||
|
|
||||||
diff, err := u.Plan(context.Background(), cfg)
|
diff, err := u.Plan(context.Background(), cfg)
|
||||||
if tc.wantErr {
|
if tc.wantErr {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue