Skip to content

Commit 3a50f82

Browse files
authored
Update helpers.py to accommodate change in the arguments of download_crds() (#617)
due to a new version of ci-watson being released.
1 parent e3d1ac6 commit 3a50f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def get_input_file(self, filename):
231231
os.environ[var] = ref_path # hacky hack hack
232232

233233
# Download reference files, if needed only.
234-
download_crds(ref_file, timeout=self.timeout)
234+
download_crds(ref_file)
235235

236236
def compare_outputs(self, outputs, atol=0, rtol=1e-7, raise_error=True,
237237
ignore_keywords_overwrite=None, verbose=True):

0 commit comments

Comments
 (0)