Skip to content

Commit e65243b

Browse files
nv-hwoomc-nv
authored andcommitted
Fix test
1 parent 032a1a0 commit e65243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/c++/perf_analyzer/genai-perf/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def test_default_profile_export_filepath(
271271
"artifacts/hello_world_test_model-openai-chat-concurrency1",
272272
(
273273
"Model name 'hello/world/test_model' cannot be used to create "
274-
"artifact directory. Instead, 'hello_world_model' will be used"
274+
"artifact directory. Instead, 'hello_world_test_model' will be used"
275275
),
276276
),
277277
],

0 commit comments

Comments
 (0)