Skip to content

Commit

Permalink
remove unnecessary config
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Apr 11, 2024
1 parent 135d1ab commit da27902
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions provider/provider_program_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ func TestPrograms(t *testing.T) {
func TestProgramsUpgrade(t *testing.T) {
for _, p := range programs {
t.Run(p, func(t *testing.T) {
testProviderUpgrade(t, p, WithConfig(map[string]string{
"gitlab:token": os.Getenv("PULUMI_GITLAB_TOKEN"),
}))
testProviderUpgrade(t, p)
})
}
}

0 comments on commit da27902

Please sign in to comment.