From 90fb8826b49260b9ae9dd078acddb94a4c5fb4bb Mon Sep 17 00:00:00 2001 From: Travis Newby Date: Wed, 8 Mar 2023 13:37:44 -0600 Subject: [PATCH] Fix failing test --- .../data_pipeline/etl/score/tests/test_score_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(