Skip to content

Commit

Permalink
OCM-7537 | ci: Fixed a small CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraj7 committed May 3, 2024
1 parent 7cfde09 commit 74a86ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/exec/rosacli/cluster_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type ClusterDescription struct {
LimitedSupport []map[string]string `yaml:"Limited Support,omitempty"`
AuditLogRoleARN string `yaml:"Audit Log Role ARN,omitempty"`
FailedInflightChecks string `yaml:"Failed Inflight Checks,omitempty"`
ExternalAuthentication string `yaml:"External Authentication, omitempty"`
ExternalAuthentication string `yaml:"External Authentication,omitempty"`
}

func (c *clusterService) DescribeCluster(clusterID string) (bytes.Buffer, error) {
Expand Down

0 comments on commit 74a86ac

Please sign in to comment.