From 516f941868beb8b8fc6d5e2f004f13c7e317a504 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Sun, 28 Apr 2024 16:41:47 +0800
Subject: [PATCH] fix: adjust filepath

---
 tests/integration/encoders/test_openai_integration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/integration/encoders/test_openai_integration.py b/tests/integration/encoders/test_openai_integration.py
index f132b297..73852bb3 100644
--- a/tests/integration/encoders/test_openai_integration.py
+++ b/tests/integration/encoders/test_openai_integration.py
@@ -3,7 +3,7 @@ import pytest
 
 from semantic_router.encoders import OpenAIEncoder
 
-with open("tests/integration/encoders/57640.4032.txt", "r") as fp:
+with open("tests/integration/57640.4032.txt", "r") as fp:
     long_doc = fp.read()
 
 
-- 
GitLab