Skip to content

Commit ad1126c

Browse files
committed
fix: small fix to parentheses still being in one smoke test regex
1 parent 21f744f commit ad1126c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
140140
with:
141141
go-version-file: go.mod
142-
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(ProDatabase_CRUDI)"'
142+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_CRUDI"'
143143

144144

145145
go_test_smoke_misc:

0 commit comments

Comments
 (0)