Skip to content

Commit

Permalink
fix [sonar] legacy/unsupported service tests (badges#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jun 18, 2018
1 parent ca58d84 commit def1bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/sonarqube/sonarqube.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ t.create('Coverage (legacy API supported)')
}));

t.create('Tech Debt (legacy API unsupported)')
.get('/4.2/http/sonarqube.com/com.github.dannil:scb-java-client/tech_debt.json')
.get('/4.2/https/sonarqube.com/com.github.dannil:scb-java-client/tech_debt.json')
.expectJSON({ name: 'tech debt', value: 'invalid' });

t.create('Coverage (legacy API unsupported)')
.get('/4.2/http/sonarqube.com/com.github.dannil:scb-java-client/coverage.json')
.get('/4.2/https/sonarqube.com/com.github.dannil:scb-java-client/coverage.json')
.expectJSON({ name: 'coverage', value: 'invalid' });

0 comments on commit def1bc3

Please sign in to comment.