Skip to content

Commit

Permalink
fix unsupported qemu in tests on mac (#2627)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchead authored Nov 22, 2023
1 parent a6cf387 commit 0c1e6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/cloudcmd/apply_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c1e6e9

Please sign in to comment.