diff --git a/tests/utils/exec/rosacli/cluster_service.go b/tests/utils/exec/rosacli/cluster_service.go index d82344b308..6f6b8ce20e 100644 --- a/tests/utils/exec/rosacli/cluster_service.go +++ b/tests/utils/exec/rosacli/cluster_service.go @@ -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) {