Skip to content

Commit 710544d

Browse files
committed
fix e2e tests
1 parent 9412873 commit 710544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/datafederation_pe_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var _ = Describe("DataFederation Private Endpoint", Label("datafederation"), Fla
208208
// TODO: revisit and cleanup once CLOUDP-280905 is fixed
209209
Eventually(func(g Gomega) {
210210
resp, err := atlasClient.Client.DataFederationApi.
211-
DeleteDataFederation(testData.Context, testData.Project.ID(), secondPE.ID).
211+
DeletePrivateEndpointId(testData.Context, testData.Project.ID(), secondPE.ID).
212212
Execute()
213213
g.Expect(err).To(BeNil(), fmt.Sprintf("deletion of private endpoint failed with error %v", err))
214214
g.Expect(httputil.StatusCode(resp)).To(BeEquivalentTo(http.StatusNoContent))

0 commit comments

Comments
 (0)