Skip to content

Commit

Permalink
Merge pull request rancher#42497 from caliskanugur/qa-issue-883
Browse files Browse the repository at this point in the history
[2.8] Update configuration input check in RKE2 ACE validation tests
  • Loading branch information
Israel Gomez authored Aug 25, 2023
2 parents 35df248 + aa5e218 commit 04688b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v2/validation/provisioning/rke2/ace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (r *RKE2ACETestSuite) TestProvisioningRKE2ClusterACE() {
{"Multiple Control Planes - Admin", nodeRoles0, r.client},
{"Multiple Control Planes - Standard", nodeRoles0, r.standardUserClient},
}
require.NotEmpty(r.T(), r.clustersConfig.Networking.LocalClusterAuthEndpoint)
require.NotNil(r.T(), r.clustersConfig.Networking.LocalClusterAuthEndpoint)
// Test is obsolete when ACE is not set.
for _, tt := range tests {
subSession := r.session.NewSession()
Expand Down

0 comments on commit 04688b9

Please sign in to comment.