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:
Philip Molares 2021-03-31 22:58:15 +02:00
parent 2d39160d9e
commit 354db0c1a2

View file

@ -10,7 +10,7 @@ export default registerAs('mediaConfig', () => ({
backend: {
use: 'filesystem',
filesystem: {
uploadPath: 'uploads',
uploadPath: 'test_uploads',
},
},
}));