You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,7 +77,7 @@ for handler_name in "${LAMBDA_HANDLERS[@]}"; do
78
77
echo"$diff_output"
79
78
mismatch_found=true
80
79
else
81
-
echo"Ok: Return value for $function_name matches snapshot"
80
+
echo"Ok: Return value for $function_namewith $input_event_name event matches snapshot"
82
81
fi
83
82
fi
84
83
done
@@ -139,7 +138,8 @@ for handler_name in "${LAMBDA_HANDLERS[@]}"; do
139
138
done
140
139
141
140
if [ "$mismatch_found"=true ];then
142
-
echo"FAILURE: A mismatch between new data and a snapshot was found and printed above. If the change is expected, generate new snapshots by running 'UPDATE_SNAPSHOTS=true ./scripts/run_integration_tests.sh'"
141
+
echo"FAILURE: A mismatch between new data and a snapshot was found and printed above."
142
+
echo"If the change is expected, generate new snapshots by running 'UPDATE_SNAPSHOTS=true ./scripts/run_integration_tests.sh'"
0 commit comments