Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Dec 14, 2023
1 parent 06c61b9 commit 701d573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dinosaur/pkg/services/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type AddonProvisioner struct {
}

// NewAddonProvisioner creates a new instance of AddonProvisioner
func NewAddonProvisioner(ocmClient ocm.Client) *AddonProvisioner {
func NewAddonProvisioner(ocmClient ocm.ClusterManagementClient) *AddonProvisioner {
return &AddonProvisioner{
ocmClient: ocmClient,
}
Expand Down

0 comments on commit 701d573

Please sign in to comment.