mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 03:58:02 -05:00
MediaConfigMock: Change upload path
This changes the upload path in all test to 'test_uploads' to ensure no real uploads are lost. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
2d39160d9e
commit
354db0c1a2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export default registerAs('mediaConfig', () => ({
|
|||
backend: {
|
||||
use: 'filesystem',
|
||||
filesystem: {
|
||||
uploadPath: 'uploads',
|
||||
uploadPath: 'test_uploads',
|
||||
},
|
||||
},
|
||||
}));
|
||||
|
|
Loading…
Reference in a new issue