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: {
|
connect: {
|
||||||
return500: {
|
return500: {
|
||||||
options: {
|
options: {
|
||||||
port: 9000,
|
port: 10921,
|
||||||
middleware: function(connect, options) {
|
middleware: function(connect, options) {
|
||||||
return [function(req, res, next){
|
return [function(req, res, next){
|
||||||
res.statusCode = 500;
|
res.statusCode = 500;
|
||||||
|
Loading…
Reference in New Issue
Block a user