Skip to content

Commit 176fb93

Browse files
authored
Merge pull request #1453 from mskcc/fix/tests
Fix PDX Argos tests
2 parents e7ca5e0 + 03b1584 commit 176fb93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/tests/operator/argos_operator/v2_1_0/test_construct_argos_pair.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_construct_argos_jobs_pdx(self):
105105

106106
def test_construct_argos_jobs_bam_pdx(self):
107107
test_files_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "16342_B.fixtures_pdx.json")
108-
bam_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "dmp-bam.json")
108+
bam_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "16342_pdx.json")
109109
call_command("loaddata", test_files_fixture, verbosity=0)
110110
call_command("loaddata", bam_fixture, verbosity=0)
111111

@@ -145,7 +145,7 @@ def test_construct_argos_jobs_bam_pdx(self):
145145

146146
def test_construct_argos_jobs_bam_non_pdx(self):
147147
test_files_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "16342_B.fixtures_non_pdx.json")
148-
bam_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "dmp-bam.json")
148+
bam_fixture = os.path.join(settings.TEST_FIXTURE_DIR, "16342_pdx.json")
149149
call_command("loaddata", test_files_fixture, verbosity=0)
150150
call_command("loaddata", bam_fixture, verbosity=0)
151151

0 commit comments

Comments
 (0)