@@ -23,8 +23,8 @@ import (
23
23
"github.com/google/go-cmp/cmp/cmpopts"
24
24
"github.com/stretchr/testify/assert"
25
25
"github.com/stretchr/testify/mock"
26
- "go.mongodb.org/atlas-sdk/v20250312002 /admin"
27
- "go.mongodb.org/atlas-sdk/v20250312002 /mockadmin"
26
+ "go.mongodb.org/atlas-sdk/v20250312006 /admin"
27
+ "go.mongodb.org/atlas-sdk/v20250312006 /mockadmin"
28
28
"go.uber.org/zap/zaptest"
29
29
corev1 "k8s.io/api/core/v1"
30
30
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -543,10 +543,10 @@ func TestEnsureIntegration(t *testing.T) {
543
543
Context : context .Background (),
544
544
Log : zaptest .NewLogger (t ).Sugar (),
545
545
SdkClientSet : & atlas.ClientSet {
546
- SdkClient20250312002 : admin .NewAPIClient (& admin.Configuration {Host : "cloud-qa.mongodb.com" }),
546
+ SdkClient20250312006 : admin .NewAPIClient (& admin.Configuration {Host : "cloud-qa.mongodb.com" }),
547
547
},
548
548
}
549
- workflowCtx .SdkClientSet .SdkClient20250312002 .ThirdPartyIntegrationsApi = tt .apiMock ()
549
+ workflowCtx .SdkClientSet .SdkClient20250312006 .ThirdPartyIntegrationsApi = tt .apiMock ()
550
550
reconciler := & AtlasProjectReconciler {
551
551
Client : fake .NewClientBuilder ().
552
552
WithScheme (testScheme ).
@@ -773,7 +773,7 @@ func TestIntegrationReconcile(t *testing.T) {
773
773
Context : context .Background (),
774
774
Log : zaptest .NewLogger (t ).Sugar (),
775
775
SdkClientSet : & atlas.ClientSet {
776
- SdkClient20250312002 : admin .NewAPIClient (& admin.Configuration {Host : "cloud-qa.mongodb.com" }),
776
+ SdkClient20250312006 : admin .NewAPIClient (& admin.Configuration {Host : "cloud-qa.mongodb.com" }),
777
777
},
778
778
}
779
779
reconciler := IntegrationReconciler {
0 commit comments