TF-825 Download email as EML file (#2854)

This commit is contained in:
Dat Vu
2024-05-16 15:50:01 +07:00
committed by GitHub
parent 175f285e51
commit ca4cf68f87
29 changed files with 153 additions and 26 deletions
@@ -55,7 +55,7 @@ void main() {
(_) => Stream.value(
Left(
DownloadAttachmentForWebFailure(
attachmentBlobId: testAttachment.blobId,
attachment: testAttachment,
taskId: testDownloadTaskId,
exception: testException,
),
@@ -75,7 +75,7 @@ void main() {
emitsInOrder([
Left(
ViewAttachmentForWebFailure(
attachmentBlobId: testAttachment.blobId,
attachment: testAttachment,
taskId: testDownloadTaskId,
exception: testException,
),
@@ -59,7 +59,7 @@ void main() {
};
final baseOption = BaseOptions(headers: headers);
dio = Dio(baseOption)
..options.baseUrl = baseUrl;;
..options.baseUrl = baseUrl;
authenticationClient = MockAuthenticationClientBase();
tokenOidcCacheManager = MockTokenOidcCacheManager();