Skip to content

Commit 18d4f6e

Browse files
committed
chore: implement change visibility with configuration (#74)
1 parent fc3f3c6 commit 18d4f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision/generators/plop/templates/test.add.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func Test{{pascalCase testName}}Success(t *testing.T) {
1818

1919
repository := faker.Repository().Name()
2020
description := faker.Repository().Description()
21-
visibility := faker.Repository().Visibility()
21+
visibility := config.VisibilityPublic
2222
logger.Debugf(
2323
"values for test terraform-github-repository is",
2424
"repository", repository,

0 commit comments

Comments
 (0)