From f465ecad31b0c7d7e7ea8e5066ac09a3d25f7c2f Mon Sep 17 00:00:00 2001 From: Pankaj Date: Tue, 30 Jul 2024 18:05:56 +0530 Subject: [PATCH] Update hash --- tests/dbt/test_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbt/test_graph.py b/tests/dbt/test_graph.py index 7483c768c..35f198656 100644 --- a/tests/dbt/test_graph.py +++ b/tests/dbt/test_graph.py @@ -1424,7 +1424,7 @@ def test_save_dbt_ls_cache(mock_variable_set, mock_datetime, tmp_dbt_project_dir if sys.platform == "darwin": assert hash_dir == "18b97e2bff2684161f71db817f1f50e2" else: - assert hash_dir == "6c662da10b64a8390c469c884af88321" + assert hash_dir == "14904b650f2b103780a0ae8efe8624a6" @pytest.mark.integration