use a less common port for tests
This commit is contained in:
parent
976b3a7fd8
commit
8bfe30f061
@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
||||
connect: {
|
||||
return500: {
|
||||
options: {
|
||||
port: 9000,
|
||||
port: 10921,
|
||||
middleware: function(connect, options) {
|
||||
return [function(req, res, next){
|
||||
res.statusCode = 500;
|
||||
|
Loading…
Reference in New Issue
Block a user