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 6e401b8 commit b9a75a2Copy full SHA for b9a75a2
sumologic/resource_sumologic_token_test.go
@@ -15,7 +15,7 @@ func getRandomizedParamsForToken() (string, string, string, string) {
15
name := acctest.RandomWithPrefix("tf-acc-test")
16
description := acctest.RandomWithPrefix("tf-acc-test")
17
status := "Active"
18
- tokenType := "CollectorRegistrationToken"
+ tokenType := "CollectorRegistration"
19
return name, description, status, tokenType
20
}
21
0 commit comments