mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
Fix failing test
This commit is contained in:
parent
13e288743c
commit
90fb8826b4
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def test_load_tile_csv(etl, tile_data_expected):
|
|||
def test_load_downloadable_zip(etl, monkeypatch, score_data_expected):
|
||||
reload(constants)
|
||||
static_files_path = (
|
||||
Path.cwd() / "data_pipeline" / "files"
|
||||
Path.cwd() / "data_pipeline" / "files" / "beta"
|
||||
) # need to monkeypatch to real dir
|
||||
monkeypatch.setattr(constants, "FILES_PATH", static_files_path)
|
||||
monkeypatch.setattr(
|
||||
|
|
Loading…
Add table
Reference in a new issue