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 committed by David Mehren
parent de54bca9c4
commit e955e204c4
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

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