Skip to content

Commit

Permalink
Merge pull request #1993 from aaraj7/ci-fix
Browse files Browse the repository at this point in the history
OCM-7537 | ci: Fixed a small CI failure
  • Loading branch information
openshift-merge-bot[bot] authored May 3, 2024
2 parents 7cfde09 + 74a86ac commit b9094f8
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 b9094f8

Please sign in to comment.