diff --git a/cli/internal/cloudcmd/apply_test.go b/cli/internal/cloudcmd/apply_test.go index a52500497f..ae8fa2ce39 100644 --- a/cli/internal/cloudcmd/apply_test.go +++ b/cli/internal/cloudcmd/apply_test.go @@ -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 {