From 707bc56869a2f5bf83ea1472f534a38a459a80b9 Mon Sep 17 00:00:00 2001 From: deekshas8 Date: Tue, 6 Aug 2024 19:33:50 +0200 Subject: [PATCH] fix path --- packages/gen-ai-hub/src/core/http-client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gen-ai-hub/src/core/http-client.test.ts b/packages/gen-ai-hub/src/core/http-client.test.ts index bce7d82e..4f62e3a5 100644 --- a/packages/gen-ai-hub/src/core/http-client.test.ts +++ b/packages/gen-ai-hub/src/core/http-client.test.ts @@ -1,6 +1,6 @@ import { HttpDestination } from '@sap-cloud-sdk/connectivity'; import { mockGetAiCoreDestination } from '../test-util/mock-context.js'; -import { mockInference } from '../../test-util/mock-http.js'; +import { mockInference } from '../test-util/mock-http.js'; import { executeRequest } from './http-client.js'; describe('http-client', () => {