Skip to content

Commit fffd383

Browse files
committed
codacy
1 parent 83bd33f commit fffd383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seqr/views/apis/project_api_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ class LocalProjectAPITest(AuthenticationTestCase, ProjectAPITest):
769769
PROJECT_COLLABORATOR_GROUPS = [{'name': 'analysts', 'hasViewPermissions': True, 'hasEditPermissions': True}]
770770
REQUIRED_FIELDS = ['name', 'genomeVersion']
771771
HAS_EMPTY_PROJECT = True
772-
TEMP_DIR = '/tmp/rna_loading'
772+
TEMP_DIR = '/test/rna_loading'
773773

774774
def _check_created_project_groups(self, project):
775775
super()._check_created_project_groups(project)

0 commit comments

Comments
 (0)