Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Commit

Permalink
Remove Conflicting private Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Udit committed May 31, 2020
1 parent 032b0cb commit 2f2bc18
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions github/resource_github_repository_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand Down Expand Up @@ -794,7 +793,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = false
Expand All @@ -817,7 +815,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand All @@ -840,7 +837,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand All @@ -864,7 +860,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand All @@ -888,7 +883,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand Down Expand Up @@ -922,7 +916,6 @@ resource "github_repository" "foo" {
# So that acceptance tests can be run in a github organization
# with no billing
private = false
visibility = "public"
has_issues = true
Expand Down

0 comments on commit 2f2bc18

Please sign in to comment.