diff --git a/data/data-pipeline/data_pipeline/etl/score/tests/test_score_post.py b/data/data-pipeline/data_pipeline/etl/score/tests/test_score_post.py index 9fc51a66..7d8291f4 100644 --- a/data/data-pipeline/data_pipeline/etl/score/tests/test_score_post.py +++ b/data/data-pipeline/data_pipeline/etl/score/tests/test_score_post.py @@ -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(