Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis committed Oct 6, 2020
1 parent c880ebd commit 32ab757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/api/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4428,6 +4428,9 @@ func TestSetAddonsConfig(t *testing.T) {
{
Name: common.SecretsStoreCSIDriverAddonName,
Enabled: to.BoolPtr(true),
Config: map[string]string{
"metricsPort": "8095",
},
},
}, "1.15.4"),
},
Expand Down

0 comments on commit 32ab757

Please sign in to comment.