File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ func TestAccProviderConfigure(t *testing.T) {
5454 t .Run ("can be configured to run anonymously" , func (t * testing.T ) {
5555 config := `
5656 provider "github" {
57- token = ""
57+ token = ""
5858 }
5959 data "github_ip_ranges" "test" {}
6060 `
@@ -78,7 +78,7 @@ func TestAccProviderConfigure(t *testing.T) {
7878 insecure = true
7979 }
8080 data "github_ip_ranges" "test" {}
81- `
81+ `
8282
8383 resource .Test (t , resource.TestCase {
8484 ProviderFactories : providerFactories ,
@@ -180,8 +180,8 @@ func TestAccProviderConfigure(t *testing.T) {
180180 max_retries = %d
181181 }
182182
183- data "github_ip_ranges" "test" {}
184- ` , testAccConf .owner , testMaxRetries )
183+ data "github_ip_ranges" "test" {}
184+ ` , testAccConf .owner , testMaxRetries )
185185
186186 resource .Test (t , resource.TestCase {
187187 PreCheck : func () { skipUnauthenticated (t ) },
You can’t perform that action at this time.
0 commit comments