Skip to content

Commit

Permalink
change default version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed May 20, 2021
1 parent f262e03 commit b0d2319
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion molecule/centos7/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def test_owncloud_web(host):
def test_owncloud_cli(host):
status = host.run("/usr/local/bin/occ status | tr -d ' '").stdout

assert "versionstring:10.5.0" in status
assert "versionstring:10.7.0" in status
assert "installed:true" in status
2 changes: 1 addition & 1 deletion molecule/centos8/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def test_owncloud_web(host):
def test_owncloud_cli(host):
status = host.run("/usr/local/bin/occ status | tr -d ' '").stdout

assert "versionstring:10.5.0" in status
assert "versionstring:10.7.0" in status
assert "installed:true" in status
2 changes: 1 addition & 1 deletion molecule/opensuse15/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def test_owncloud_web(host):
def test_owncloud_cli(host):
status = host.run("/usr/local/bin/occ status | tr -d ' '").stdout

assert "versionstring:10.5.0" in status
assert "versionstring:10.7.0" in status
assert "installed:true" in status
2 changes: 1 addition & 1 deletion molecule/ubuntu1804/tests/test_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def test_owncloud_web(host):
def test_owncloud_cli(host):
status = host.run("occ status | tr -d ' '").stdout

assert "versionstring:10.5.0" in status
assert "versionstring:10.7.0" in status
assert "installed:true" in status

0 comments on commit b0d2319

Please sign in to comment.