Skip to content

Commit

Permalink
Test support for deprecated handler name
Browse files Browse the repository at this point in the history
  • Loading branch information
logandk committed Jan 27, 2019
1 parent bc14fee commit d5ad1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ describe("serverless-wsgi", () => {
describe("invoke local", () => {
it("installs handler before invocation", () => {
var functions = {
app: { handler: "wsgi_handler.handler" },
app: { handler: "wsgi.handler" },
other: { handler: "other.handler" }
};
var plugin = new Plugin(
Expand Down

0 comments on commit d5ad1ec

Please sign in to comment.