mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Make sure gcs storage tests use unique file paths (#17282)
This commit is contained in:
@@ -60,10 +60,10 @@ beforeEach(() => {
|
||||
path: {
|
||||
input: randUnique() + randFilePath(),
|
||||
inputFull: randUnique() + randFilePath(),
|
||||
src: randFilePath(),
|
||||
srcFull: randFilePath(),
|
||||
dest: randFilePath(),
|
||||
destFull: randFilePath(),
|
||||
src: randUnique() + randFilePath(),
|
||||
srcFull: randUnique() + randFilePath(),
|
||||
dest: randUnique() + randFilePath(),
|
||||
destFull: randUnique() + randFilePath(),
|
||||
},
|
||||
range: {
|
||||
start: randNumber(),
|
||||
|
||||
Reference in New Issue
Block a user