We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11790c5 commit 027878cCopy full SHA for 027878c
1 file changed
tuts/019-lambda-gettingstarted/lambda-gettingstarted.sh
@@ -344,7 +344,7 @@ echo ""
344
345
echo "$TEST_EVENT" > "${TEMP_DIR}/test-event.json"
346
347
-if ! validate_input "$TEST_EVENT" '{"length": [0-9]+, "width": [0-9]+}'; then
+if ! validate_input "$TEST_EVENT" '"length": [0-9]+, "width": [0-9]+'; then
348
echo "ERROR: Invalid test event format"
349
exit 1
350
fi
0 commit comments