Fix base provider test

This commit is contained in:
Roland Geider
2020-12-28 18:27:59 +01:00
parent 8ad2cfacfe
commit fdc3996aed

View File

@@ -24,7 +24,7 @@ import 'utils.dart';
void main() {
group('test base provider', () {
test('Test the makeUrl helper', () async {
final WgerBaseProvider provider = WgerBaseProvider(testAuth, 'test');
final WgerBaseProvider provider = WgerBaseProvider(testAuth);
expect(
'https://localhost/api/v2/endpoint/',