Skip to content

Commit

Permalink
Fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Dec 4, 2024
1 parent 7592d7b commit c0b7285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (d *deploymentFreezeProjectResource) Update(ctx context.Context, req resour
return
}

resp.Diagnostics.Append(resp.State.Set(ctx, &state)...)
resp.Diagnostics.Append(resp.State.Get(ctx, &state)...)
if resp.Diagnostics.HasError() {
return
}
Expand Down

0 comments on commit c0b7285

Please sign in to comment.