mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Add changelog & unskip tests
This commit is contained in:
parent
ae99620dc9
commit
080e330cf1
2 changed files with 1 additions and 1 deletions
1
changelog/59766.fixed
Normal file
1
changelog/59766.fixed
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed influxdb_continuous_query.present state to provide the client args to the underlying module on create.
|
|
@ -10,7 +10,6 @@ def configure_loader_modules():
|
|||
return {influx: {"__salt__": {}, "__opts__": {"test": False}}}
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
@pytest.mark.parametrize(
|
||||
"expected_kwargs",
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue