We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eead400 commit bf0f208Copy full SHA for bf0f208
mcbroken/data_source_cities_test.go
@@ -9,7 +9,7 @@ import (
9
10
func TestAccMcbrokenCities(t *testing.T) {
11
brokenNumberRegex, _ := regexp.Compile(`\d{1,3}.\d{1,2}`)
12
- cityRegex, _ := regexp.Compile(`\w`)
+ cityRegex, _ := regexp.Compile(`[a-zA-Z]+$`)
13
resource.ParallelTest(t, resource.TestCase{
14
PreCheck: func() { /* no precheck needed testAccPreCheck(t) */ },
15
ProviderFactories: testAccProviderFactories,
0 commit comments