File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3232 - run : flutter pub get
3333
3434 # Step 5: Analyze the code using flutter analyze
35- - run : flutter analyze
35+ - run : flutter analyze --no-fatal-warnings --no-fatal-infos
3636
3737 # Step 6: Format the code using flutter format (uncomment if needed)
3838 # - run: flutter format -n --set-exit-if-changed .
Original file line number Diff line number Diff 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' ),
You can’t perform that action at this time.
0 commit comments