Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kovayur committed Dec 20, 2023
1 parent f0b6311 commit 82a0c50
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 82a0c50

Please sign in to comment.