From 657753d4e23c9671ce5f4728f686f538f1d3d5b5 Mon Sep 17 00:00:00 2001 From: sefgsefg Date: Tue, 10 Sep 2024 02:34:12 +0800 Subject: [PATCH] Update init.py Signed-off-by: sefgsefg --- samples/contrib/RAG_kubeflow/example/.github/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/contrib/RAG_kubeflow/example/.github/init.py b/samples/contrib/RAG_kubeflow/example/.github/init.py index c29680818c72..00aad854479e 100644 --- a/samples/contrib/RAG_kubeflow/example/.github/init.py +++ b/samples/contrib/RAG_kubeflow/example/.github/init.py @@ -25,7 +25,7 @@ class SampleTest(unittest.TestCase): def test(self): # 只測試 hello_world 範例 - test_case = TestCase(pipeline_func=RAG_kubeflow.rag_pipeline) + test_case = TestCase(pipeline_func=rag.rag_pipeline) # 直接執行測試案例 self.run_test_case(test_case.pipeline_func, test_case.timeout)