Skip to content

Commit

Permalink
Merge pull request Kong#237 from Mashape/fix/config
Browse files Browse the repository at this point in the history
[fix] config test
  • Loading branch information
thibaultcha committed May 14, 2015
2 parents 83689b3 + 8c071cd commit 888231c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/statics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ nginx: |
internal;
content_by_lua '
local responses = require "kong.tools.responses"
responses.send_HTTP_INTERNAL_SERVER_ERROR("Oops, an unexpected error occurred!")
responses.send_HTTP_INTERNAL_SERVER_ERROR("An unexpected error occurred")
';
}
}
Expand Down

0 comments on commit 888231c

Please sign in to comment.