mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Fix base provider test
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user