Skip to content

Commit a2c4323

Browse files
committed
clean up
1 parent 730e907 commit a2c4323

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

packages/compass-generative-ai/src/atlas-ai-service.spec.ts

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,9 @@ describe('AtlasAiService', function () {
8686
global.fetch = initialFetch;
8787
});
8888

89-
const endpointBasepathTests = [
90-
{
91-
apiURLPreset: 'admin-api',
92-
expectedEndpoints: {},
93-
},
94-
{
95-
apiURLPreset: 'cloud',
96-
expectedEndpoints: {
97-
'mock-data-schema':
98-
'/cloud/ai/v1/groups/testProject/mock-data-schema?request_id=abc',
99-
},
100-
},
101-
] as const;
89+
const endpointBasepathTests = ['admin-api', 'cloud'] as const;
10290

103-
for (const { apiURLPreset } of endpointBasepathTests) {
91+
for (const apiURLPreset of endpointBasepathTests) {
10492
const describeName =
10593
apiURLPreset === 'admin-api'
10694
? 'connection WITHOUT atlas metadata'

0 commit comments

Comments
 (0)