Skip to content

Commit

Permalink
test: use createservicetester
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Cartwright <[email protected]>
  • Loading branch information
SethFalco and calebcartwright authored Jul 1, 2021
1 parent e587d89 commit e9b517b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions services/weblate/weblate-component-license.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

const { ServiceTester } = require('../tester')

const t = (module.exports = new ServiceTester({
id: 'weblate',
title: 'Weblate',
}))
const t = (module.exports = require('../tester').createServiceTester())

t.create('License')
.get('/license/godot-engine/godot.json?server=https://hosted.weblate.org')
Expand Down

0 comments on commit e9b517b

Please sign in to comment.