dataset/seed/nextcloud/tests/test_nextcloud.py

6 lines
145 B
Python
Raw Normal View History

2022-10-01 18:57:53 +02:00
from os.path import isfile
def test_nextcloud_not_upgraded():
assert not isfile('/var/lib/risotto/srv/nextcloud/keys/config.UPGRADED.php')