Skip to content

Commit

Permalink
Update internal/resources/metal/project/resource_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Treatman <[email protected]>
Signed-off-by: Óscar Cobles <[email protected]>
  • Loading branch information
ocobles and ctreatma authored Mar 18, 2024
1 parent c050879 commit 74cfb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resources/metal/project/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestAccMetalProject_update(t *testing.T) {
func testAccCheckMetalSameProject(t *testing.T, before, after *metalv1.Project) resource.TestCheckFunc {
return func(s *terraform.State) error {
if before.GetId() != after.GetId() {
t.Fatalf("Expected device to be the same, but it was recreated: %s -> %s", before.GetId(), after.GetId())
t.Fatalf("Expected project to be the same, but it was recreated: %s -> %s", before.GetId(), after.GetId())
}
return nil
}
Expand Down

0 comments on commit 74cfb59

Please sign in to comment.