Skip to content

Commit a0f5227

Browse files
committed
fix: flutter analyze
1 parent 480a4a1 commit a0f5227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/api_service_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ void main() {
8787
group('fetchTasks', () {
8888
test('Fetch data successfully', () async {
8989
final responseJson = jsonEncode({'data': 'Mock data'});
90+
var baseUrl = await CredentialsStorage.getApiUrl();
9091
when(mockClient.get(
9192
Uri.parse(
9293
'$baseUrl/tasks?email=email&origin=$origin&UUID=123&encryptionSecret=secret'),

0 commit comments

Comments
 (0)