Skip to content

Commit

Permalink
chore: fix integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 25, 2024
1 parent eb8eafa commit 69c1881
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -622,8 +622,8 @@ void main() {
' identity id for the currently signed user',
(WidgetTester tester) async {
final result = await Amplify.Storage.downloadData(
path: StoragePath.withIdentityId(
(identityId) => '/protected/$identityId/$testObjectKey2',
path: StoragePath.fromString(
'/protected/$user1IdentityId/$testObjectKey2',
),
options: const StorageDownloadDataOptions(
pluginOptions: S3DownloadDataPluginOptions(
Expand Down

0 comments on commit 69c1881

Please sign in to comment.