Skip to content

Commit

Permalink
Fixed test for http2 implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSoehnlein committed Jan 14, 2016
1 parent 16f706c commit fe6dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -222,7 +222,7 @@ module.exports = function(grunt) {
options: {
base: 'test',
port: 8017,
protocol: 'https'
protocol: 'http2'
}
}
}
Expand Down

0 comments on commit fe6dfdd

Please sign in to comment.