Skip to content

Commit 45ac435

Browse files
committed
Fixing not_expectring_strings in test
Signed-off-by: Patrice Castonguay <55748270+pcastonguay@users.noreply.github.com>
1 parent f146d77 commit 45ac435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/disaggregated/sanity_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fi
111111

112112
if [[ "${TEST_DESC}" != "gen_only" ]]; then
113113
expected_strings=("The capital of Germany is Berlin" "Asyncio is a Python library")
114-
no_expected_strings=("Berlin Berlin")
114+
not_expected_strings=("Berlin Berlin")
115115
if [[ "${TEST_DESC}" =~ "deepseek_v3_lite" ]]; then
116116
expected_strings=("Berlin" "Asyncio is a powerful tool")
117117
fi

0 commit comments

Comments
 (0)