Skip to content

Commit

Permalink
fixed the docs and a pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
snelzing committed Feb 6, 2024
1 parent a9b79cc commit db28a9f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 46 deletions.
11 changes: 0 additions & 11 deletions docs/ref/beacons/all.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/ref/beacons/all/salt.beacons.haproxy.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/ref/modules/all.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/ref/modules/all/salt.modules.haproxyconn.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/ref/states/all.rst

This file was deleted.

2 changes: 1 addition & 1 deletion tests/pytests/unit/beacons/test_haproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def test_threshold_not_reached():
mock = MagicMock(return_value=50)
with patch.dict(haproxy.__salt__, {"haproxy.get_sessions": mock}):
ret = haproxy.beacon(config)
assert ret == []
assert ret == [] # pylint: disable=use-implicit-booleaness-not-comparison

0 comments on commit db28a9f

Please sign in to comment.