Skip to content

Commit

Permalink
Enable V2 secrets for EnvTest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Jan 27, 2021
1 parent ef6e3a5 commit 7ee2fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func setup() error {
// Force the secret naming version to 2 for these tests
// Note: This can be removed to run the tests in the old v1 naming scheme (they
// should still pass)
// envy.Set("AZURE_SECRET_NAMING_VERSION", "2")
envy.Set("AZURE_SECRET_NAMING_VERSION", "2")

err := resourcemanagerconfig.ParseEnvironment()
if err != nil {
Expand Down

0 comments on commit 7ee2fe3

Please sign in to comment.