Skip to content

Commit 91ef027

Browse files
author
DvirDukhan
committed
fixed deprecated script test
1 parent 2421322 commit 91ef027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/flow/tests_deprecated_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def test_pytorch_scriptrun_variadic_errors(env):
417417

418418
con.execute_command('SET', 'NOT_TENSOR{1}', 'BAR')
419419
# ERR Variadic input key not tensor
420-
check_error_message(env, con, "WRONGTYPE Operation against a key holding the wrong kind of value", 'AI.SCRIPTRUN', 'ket{1}', 'bar_variadic', 'INPUTS', 'a{1}', '$' , 'NOT_TENSOR{1}', 'b{$}', 'OUTPUTS', 'c{$}')
420+
check_error_message(env, con, "WRONGTYPE Operation against a key holding the wrong kind of value", 'AI.SCRIPTRUN', 'ket{1}', 'bar_variadic', 'INPUTS', 'a{1}', '$' , 'NOT_TENSOR{1}', 'b{1}', 'OUTPUTS', 'c{1}')
421421

422422
check_error(env, con, 'AI.SCRIPTRUN', 'ket{1}', 'bar_variadic', 'INPUTS', 'b{1}', '${1}', 'OUTPUTS', 'c{1}')
423423

0 commit comments

Comments
 (0)