Skip to content

Commit e20f0b5

Browse files
committed
clean up e2e tests
1 parent fd01876 commit e20f0b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/e2e/atlas_gov_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ var _ = Describe("Atlas for Government", Label("atlas-gov"), func() {
197197
By("Configuring a Team", func() {
198198
Expect(testData.K8SClient.Get(ctx, client.ObjectKeyFromObject(testData.Project), testData.Project)).To(Succeed())
199199

200-
users, _, err := atlasClient.Client.ProjectsApi.
200+
users, _, err := atlasClient.Client.MongoDBCloudUsersApi.
201201
ListProjectUsers(ctx, testData.Project.ID()).
202202
Execute()
203203
Expect(err).ToNot(HaveOccurred())

test/e2e/free_tier_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ func freeTierDeploymentFlow(userData *model.TestDataProvider) {
7777
aClient := atlas.GetClientOrFail()
7878
Expect(userData.InitialDeployments).Should(HaveLen(1))
7979
name := userData.InitialDeployments[0].GetDeploymentName()
80-
admin.NewAdvancedClusterDescriptionWithDefaults()
8180
_, _, err := aClient.Client.ClustersApi.
8281
CreateCluster(
8382
userData.Context,

0 commit comments

Comments
 (0)