Skip to content

Commit 3fdef43

Browse files
authored
fix e2e test blocking build (#448)
1 parent 2db8247 commit 3fdef43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/configuration_anomaly_detection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var _ = Describe("Configuration Anomaly Detection", Ordered, func() {
9090
ec2Client := ec2.NewFromConfig(awsCfg)
9191
ec2Wrapper := NewEC2ClientWrapper(ec2Client)
9292

93-
awsCli, err := awsinternal.NewClient(awsAccessKey, awsSecretKey, "", region)
93+
awsCli, err := awsinternal.NewClient(awsCfg)
9494
Expect(err).NotTo(HaveOccurred(), "Failed to create AWS client")
9595

9696
clusterResource, err := ocme2eCli.ClustersMgmt().V1().Clusters().Cluster(clusterID).Get().Send()

0 commit comments

Comments
 (0)