Fix failing test

This commit is contained in:
Travis Newby 2023-03-08 13:37:44 -06:00
parent 13e288743c
commit 90fb8826b4

View file

@ -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(