Fix tests, uses fork of http2 to support node 4.3.0 without ALPN

- the push server don't send TLS NPN and makes the http2 lib break
- the fork forces the next protocol negociation to h2 as we're sure
This commit is contained in:
Florent Vilmart
2016-03-13 19:47:56 -04:00
parent dad50d12f5
commit 05baf36a46
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
"deepcopy": "^0.6.1", "deepcopy": "^0.6.1",
"express": "^4.13.4", "express": "^4.13.4",
"gcloud": "^0.28.0", "gcloud": "^0.28.0",
"http2": "^3.3.2", "http2": "flovilmart/node-http2",
"mailgun-js": "^0.7.7", "mailgun-js": "^0.7.7",
"mime": "^1.3.4", "mime": "^1.3.4",
"mongodb": "~2.1.0", "mongodb": "~2.1.0",

View File

@@ -1,3 +1,4 @@
'use strict';
describe('Parse.Push', () => { describe('Parse.Push', () => {
it('should properly send push', (done) => { it('should properly send push', (done) => {
var pushAdapter = { var pushAdapter = {