Skip to content

Commit

Permalink
Include metadata param when notifying succeed state in `setupMediaU…
Browse files Browse the repository at this point in the history
…pload` helper
  • Loading branch information
fluiddot committed May 5, 2023
1 parent 92ef384 commit c6c852e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/native/integration-test-helpers/setup-media-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const setupMediaUpload = () => {
mediaId: mediaItem.localId,
mediaUrl: mediaItem.serverUrl,
mediaServerId: mediaItem.serverId,
metadata: mediaItem.metadata,
} );
} ),
notifyFailedState: async ( mediaItem ) =>
Expand Down

0 comments on commit c6c852e

Please sign in to comment.