Skip to content

Commit 146e5df

Browse files
committed
update expected endpoints in tests
1 parent 9c28ce6 commit 146e5df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ describe('AtlasAiService', function () {
8282
{
8383
apiURLPreset: 'admin-api',
8484
expectedEndpoints: {
85-
'mql-aggregation': `http://example.com/ai/api/v1/mql-aggregation?request_id=abc`,
86-
'mql-query': `http://example.com/ai/api/v1/mql-query?request_id=abc`,
85+
'mql-aggregation': `http://example.com/unauth/ai/api/v1/mql-aggregation?request_id=abc`,
86+
'mql-query': `http://example.com/unauth/ai/api/v1/mql-query?request_id=abc`,
8787
},
8888
},
8989
{

0 commit comments

Comments
 (0)