Skip to content

Commit

Permalink
Added slight tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinDmello committed Sep 12, 2017
1 parent d825f5e commit b79893d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/outstream-ssl-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ describe('outstream SSL test', () => {

it('Get test for outstream', (done) => {
testConfig.servers.host = 'https://httpbin.org'
testConfig.servers.https = true
request(server)
.get('/')
.expect(200, done)
})

it('post test for outstream', (done) => {
testConfig.servers.host = 'https://httpbin.org'
testConfig.servers.https = true
request(server)
.post('/status/200')
.send("hi")
Expand Down

0 comments on commit b79893d

Please sign in to comment.