Skip to content

Commit 89cab41

Browse files
committed
Merge branch 'master' of github.com:qiita-spots/qiita into auth_oidc
2 parents 8cc718f + 5ab3ebb commit 89cab41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/environment_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def create_mountpoints():
145145
if qiita_config.test_environment:
146146
# if in test mode, we want to potentially fill the
147147
# new directory with according test data
148-
copytree(get_support_file('test_data', subdir),
148+
copytree(get_support_file('test_data', mountpoint),
149149
join(qiita_config.base_data_dir, subdir))
150150
else:
151151
# in production mode, an empty directory is created

0 commit comments

Comments
 (0)