mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-14 05:12:26 +03:00
url_preview tests
Signed-off-by: Aleksandr Dubovikov <d.lexand@gmail.com>
This commit is contained in:
parent
4232fa3e67
commit
0224d94d9a
3 changed files with 245 additions and 7 deletions
|
@ -327,7 +327,7 @@ func Test_MediaAPIConfigVerify(t *testing.T) {
|
|||
config := &MediaAPI{
|
||||
Matrix: &Global{DatabaseOptions: DatabaseOptions{}},
|
||||
Database: DatabaseOptions{},
|
||||
MaxFileSizeBytes: FileSizeBytes(9223372036854775807),
|
||||
MaxFileSizeBytes: FileSizeBytes(^int64(0)),
|
||||
}
|
||||
|
||||
configErrs := &ConfigErrors{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue