Skip to content

Commit

Permalink
fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
skatsaounis committed Aug 23, 2024
1 parent d303d8c commit e22c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maas/data_source_maas_rack_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestAccDataSourceMaasRackController_basic(t *testing.T) {
Steps: []resource.TestStep{
{
Config: testAccDataSourceMaasRackController("rack-controller"),
ExpectError: regexp.MustCompile("rack controller (rack-controller) was not found"),
ExpectError: regexp.MustCompile(`rack controller \(rack-controller\) was not found`),
},
},
})
Expand Down

0 comments on commit e22c78e

Please sign in to comment.