We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480a4a1 commit a0f5227Copy full SHA for a0f5227
test/api_service_test.dart
@@ -87,6 +87,7 @@ void main() {
87
group('fetchTasks', () {
88
test('Fetch data successfully', () async {
89
final responseJson = jsonEncode({'data': 'Mock data'});
90
+ var baseUrl = await CredentialsStorage.getApiUrl();
91
when(mockClient.get(
92
Uri.parse(
93
'$baseUrl/tasks?email=email&origin=$origin&UUID=123&encryptionSecret=secret'),
0 commit comments