Skip to content

Commit 2f1debf

Browse files
authored
fix:No module named 'tests' error (#515)
Signed-off-by: OneZero-Y <[email protected]>
1 parent 7d55463 commit 2f1debf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/04-cache-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Add parent directory to path to allow importing common test utilities
1818
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
19-
from tests.test_base import SemanticRouterTestBase
19+
from test_base import SemanticRouterTestBase
2020

2121
# Constants
2222
ENVOY_URL = "http://localhost:8801"

0 commit comments

Comments
 (0)