Skip to content

Commit

Permalink
Removed non useful test
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Aug 15, 2018
1 parent 0648f36 commit d479f5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/wercker/wercker.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,3 @@ t.create('CI application not found')
t.create('CI private application')
.get('/ci/wercker/blueprint.json')
.expectJSON({ name: 'build', value: 'private application not supported' })

t.create('CI connection error)')
.get('/ci/wercker/go-wercker-ap.json')
.networkOff()
.expectJSON({ name: 'build', value: 'inaccessible' })

0 comments on commit d479f5f

Please sign in to comment.