We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab2d4c commit 41b6982Copy full SHA for 41b6982
tests/test.sh
@@ -46,9 +46,6 @@ for project in test-func test-func-dev; do
46
assert_success "when invoked, it produces expected output" \
47
diff test-event.json test-out.log
48
49
- echo "pre test: delete me"
50
- npx serverless invoke local -f hello -d '{"baz":"boom"}'
51
-
52
# integration test local invocation
53
assert_success "it supports serverless local invocation" \
54
$(npx serverless invoke local -f hello -d '{"baz":"boom"}' \
0 commit comments