File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
runner/tests/operator/argos_operator/v2_1_0 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments