Skip to content

Commit 8806fbc

Browse files
bkalashnikovbogdandm
bkalashnikov
authored andcommitted
test
1 parent 33a6b8e commit 8806fbc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_cli/test_script.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ def execute_test(command, output_file: Path = None, output=None) -> str:
115115
assert not stderr, stderr
116116
assert stdout, stdout
117117
assert proc.returncode == 0
118-
try:
119-
load_model(stdout)
120-
except Exception as e:
121-
assert not e, stdout
118+
load_model(stdout)
122119

123120
print(stdout)
124121
return stdout

0 commit comments

Comments
 (0)