mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-06-10 02:21:19 +03:00
Co-authored-by: Germain <germains@element.io> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
12 lines
249 B
Plaintext
12 lines
249 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MatrixHttpApi should return expected object from \`getContentUri\` 1`] = `
|
|
{
|
|
"base": "http://baseUrl",
|
|
"params": {
|
|
"access_token": "token",
|
|
},
|
|
"path": "/_matrix/media/v3/upload",
|
|
}
|
|
`;
|