Skip to content

Commit

Permalink
Separated out tests for special characters in resource_splunk_configs
Browse files Browse the repository at this point in the history
Changed test function name so it's unique
  • Loading branch information
hisume authored Dec 5, 2024
1 parent 811e389 commit bc0bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splunk/resource_splunk_configs_conf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ resource "splunk_configs_conf" "tftest-stanza-special-chars" {
}
`

func TestAccCreateSplunkConfigsConf(t *testing.T) {
func TestAccCreateSplunkConfigsConfSpecialChars(t *testing.T) {
resourceName := "splunk_configs_conf.tftest-stanza-special-chars"
resource.Test(t, resource.TestCase{
PreCheck: func() {
Expand Down

0 comments on commit bc0bf9a

Please sign in to comment.