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", (