Skip to content

Commit

Permalink
Merge branch 'main' into renovate/golangci-golangci-lint-action-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre authored Oct 4, 2024
2 parents 495c291 + 899683c commit 24e4dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/zone_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestAccZone_Invalid(t *testing.T) {
// Create and Read testing
{
Config: testAccZoneResourceConfig("test", aZoneName, aZoneTTL),
ExpectError: regexp.MustCompile("422 Unprocessable Entity: invalid label"),
ExpectError: regexp.MustCompile("422 Unprocessable Content: invalid label"),
},
// Delete testing automatically occurs in TestCase
},
Expand Down

0 comments on commit 24e4dfe

Please sign in to comment.