From 080e330cf1d26336b20bf4a6cc01d40662e653e9 Mon Sep 17 00:00:00 2001 From: Wayne Werner Date: Tue, 8 Nov 2022 15:41:23 -0600 Subject: [PATCH] Add changelog & unskip tests --- changelog/59766.fixed | 1 + tests/pytests/unit/states/test_influxdb_continuous_query.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog/59766.fixed diff --git a/changelog/59766.fixed b/changelog/59766.fixed new file mode 100644 index 00000000000..24feb19ddf5 --- /dev/null +++ b/changelog/59766.fixed @@ -0,0 +1 @@ +Fixed influxdb_continuous_query.present state to provide the client args to the underlying module on create. diff --git a/tests/pytests/unit/states/test_influxdb_continuous_query.py b/tests/pytests/unit/states/test_influxdb_continuous_query.py index f86d67b6799..a5a6e7d314c 100644 --- a/tests/pytests/unit/states/test_influxdb_continuous_query.py +++ b/tests/pytests/unit/states/test_influxdb_continuous_query.py @@ -10,7 +10,6 @@ def configure_loader_modules(): return {influx: {"__salt__": {}, "__opts__": {"test": False}}} -@pytest.mark.xfail @pytest.mark.parametrize( "expected_kwargs", (