Skip to content

Commit

Permalink
test: adjust testing
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Aug 18, 2023
1 parent 194eea9 commit 58fc027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/http2-alpn.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ test('Should upgrade to HTTP/2 when HTTPS/1 is available for GET', async (t) =>
connect: {
ca,
servername: 'agent1'
}
},
allowH2: true
})

// close the client on teardown
Expand Down Expand Up @@ -203,7 +204,8 @@ test('Should upgrade to HTTP/2 when HTTPS/1 is available for POST', async (t) =>
connect: {
ca,
servername: 'agent1'
}
},
allowH2: true
})

// close the client on teardown
Expand Down

0 comments on commit 58fc027

Please sign in to comment.