Skip to content

Commit 41b6982

Browse files
committed
remove extra debug invoke
1 parent 0ab2d4c commit 41b6982

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ for project in test-func test-func-dev; do
4646
assert_success "when invoked, it produces expected output" \
4747
diff test-event.json test-out.log
4848

49-
echo "pre test: delete me"
50-
npx serverless invoke local -f hello -d '{"baz":"boom"}'
51-
5249
# integration test local invocation
5350
assert_success "it supports serverless local invocation" \
5451
$(npx serverless invoke local -f hello -d '{"baz":"boom"}' \

0 commit comments

Comments
 (0)