Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/galley/test/integration/API/MLS/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ postCommitBundle sender bundle = do
( galley . paths ["mls", "commit-bundles"]
. zUser sender
. zConn "conn"
. content "application/vnd.wire.commit-bundle"
. content "application/x-protobuf"
. bytes bundle
)

Expand Down