Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 7a207c0

Browse files
committed
fix asserted grafana version
1 parent 5b79f20 commit 7a207c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/alternative/tests/test_alternative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_service(host):
3636
def test_packages(host):
3737
p = host.package("grafana")
3838
assert p.is_installed
39-
assert p.version == "5.0.0"
39+
assert p.version == "5.1.0"
4040

4141

4242
def test_socket(host):

0 commit comments

Comments
 (0)