fix unsupported qemu in tests on mac (#2627)

This commit is contained in:
Adrian Stobbe 2023-11-22 08:30:52 +01:00 committed by GitHub
parent a6cf387a24
commit 0c1e6e97e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ func TestPlan(t *testing.T) {
}
cfg := config.Default()
cfg.RemoveProviderAndAttestationExcept(cloudprovider.QEMU)
cfg.RemoveProviderAndAttestationExcept(cloudprovider.Azure)
diff, err := u.Plan(context.Background(), cfg)
if tc.wantErr {