Skip to content

Commit b9a75a2

Browse files
committed
Fix typo
1 parent 6e401b8 commit b9a75a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func getRandomizedParamsForToken() (string, string, string, string) {
1515
name := acctest.RandomWithPrefix("tf-acc-test")
1616
description := acctest.RandomWithPrefix("tf-acc-test")
1717
status := "Active"
18-
tokenType := "CollectorRegistrationToken"
18+
tokenType := "CollectorRegistration"
1919
return name, description, status, tokenType
2020
}
2121

0 commit comments

Comments
 (0)