Skip to content

Commit ea6eb3f

Browse files
committed
Update
Signed-off-by: Junyi Xu <219237550+JunyiXu-nv@users.noreply.github.com>
1 parent c8b6fcc commit ea6eb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ def test_openai_health(llm_root, llm_venv):
16691669
test_root = unittest_path() / "llmapi" / "apps"
16701670
llm_venv.run_cmd([
16711671
"-m", "pytest",
1672-
str(test_root / "_test_openai_metrics.py -k test_health")
1672+
str(test_root / "_test_openai_metrics.py"), "-k", "test_health"
16731673
])
16741674

16751675

0 commit comments

Comments
 (0)