Skip to content

Commit

Permalink
CI: test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Mar 29, 2024
1 parent 9fb66ee commit ccaae96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![ci status badge latest on cln v24.02](https://github.com/daywalker90/vitality/actions/workflows/latest_v24.02.yml/badge.svg) ![ci status badge latest on v23.11](https://github.com/daywalker90/vitality/actions/workflows/latest_v23.11.yml/badge.svg) ![ci status badge main on v24.02](https://github.com/daywalker90/vitality/actions/workflows/main_v24.02.yml/badge.svg?event=push) ![ci status badge main on v23.11](https://github.com/daywalker90/vitality/actions/workflows/main_v23.11.yml/badge.svg?event=push)
![ci status badge latest on cln v24.02](https://github.com/daywalker90/vitality/actions/workflows/latest_v24.02.yml/badge.svg) ![ci status badge latest on v23.11](https://github.com/daywalker90/vitality/actions/workflows/latest_v23.11.yml/badge.svg)

![ci status badge main on v24.02](https://github.com/daywalker90/vitality/actions/workflows/main_v24.02.yml/badge.svg?event=push) ![ci status badge main on v23.11](https://github.com/daywalker90/vitality/actions/workflows/main_v23.11.yml/badge.svg?event=push)

# vitality
Core lightning (CLN) plugin to watch channel health, gossip health and ping amboss for online status
Expand Down
4 changes: 3 additions & 1 deletion tests/test_vitality.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@


def test_basic(node_factory, get_plugin): # noqa: F811
node = node_factory.get_node(options={"plugin": get_plugin})
node = node_factory.get_node(
options={"plugin": get_plugin, "vitality-fail": "lol"}
)

0 comments on commit ccaae96

Please sign in to comment.