Skip to content

Commit 09b9149

Browse files
committed
fix: TS test questions path
1 parent 5a9c200 commit 09b9149

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e_tests/typescript/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function main(): Promise<void> {
5555
);
5656
}
5757

58-
const userUtterances = Configuration.loadConfig("../../test_questions.json") as string[];
58+
const userUtterances = Configuration.loadConfig("../test_questions.json") as string[];
5959

6060
const llmClient = new LLMClient(config.bedrockClient, config.modelId);
6161
const chatSession = new ChatSession(servers, llmClient, userUtterances);

0 commit comments

Comments
 (0)