dataset/seed/nextcloud/tests/test_nextcloud.py
2022-10-01 18:57:53 +02:00

5 lines
145 B
Python

from os.path import isfile
def test_nextcloud_not_upgraded():
assert not isfile('/var/lib/risotto/srv/nextcloud/keys/config.UPGRADED.php')