From 69d16f164e3a94cef1cb3748e3f5fce2cfe0952f Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 5 Jul 2019 18:03:41 +0100 Subject: [PATCH] Fixed test_dags_present test fail (#989) --- flowetl/tests/integration/test_dags_present.py | 1 + 1 file changed, 1 insertion(+) diff --git a/flowetl/tests/integration/test_dags_present.py b/flowetl/tests/integration/test_dags_present.py index 89803e2893..b36cf61877 100644 --- a/flowetl/tests/integration/test_dags_present.py +++ b/flowetl/tests/integration/test_dags_present.py @@ -32,6 +32,7 @@ def test_dags_present(airflow_local_setup): "transform", "success_branch", "load", + "postload", "archive", "quarantine", "clean",