Skip to content

Commit

Permalink
test: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed Aug 13, 2024
1 parent aa06968 commit ab3fddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostingde/record_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ resource "hostingde_record" "test_mx" {
Check: resource.ComposeAggregateTestCheckFunc(
// Verify content attribute.
resource.TestCheckResourceAttr("hostingde_record.test_mx", "content", "mail2.example2.test"),
// Verify content attribute.
// Verify priority attribute.
resource.TestCheckResourceAttr("hostingde_record.test_mx", "priority", "20"),
),
},
Expand Down

0 comments on commit ab3fddd

Please sign in to comment.