diff --git a/cases/smoke/basic/screenshot32/new_script/main.py b/cases/smoke/basic/screenshot32/new_script/main.py
index e0152e1b..27093136 100644
--- a/cases/smoke/basic/screenshot32/new_script/main.py
+++ b/cases/smoke/basic/screenshot32/new_script/main.py
@@ -65,9 +65,9 @@ if __name__ == '__main__':
# text = text.replace('', '')
# f.seek(0)
# f.write(text)
- if passed == 19:
+ if passed == 17:
print('SmokeTest: End of check, test succeeded!')
else:
- print('SmokeTest: End of check, SmokeTest find some fatal problems! passed {}/{}'.format(passed, 19))
+ print('SmokeTest: End of check, SmokeTest find some fatal problems! passed {}/{}'.format(passed, 17))
except:
print('SmokeTest: End of check, SmokeTest find some fatal problems! {}'.format(traceback.format_exc()))