diff --git a/integration-tests/test_simplest_plugin.py b/integration-tests/test_simplest_plugin.py index 0064616..c35de5d 100644 --- a/integration-tests/test_simplest_plugin.py +++ b/integration-tests/test_simplest_plugin.py @@ -12,7 +12,7 @@ def test_apt_packages(): """ Test extra apt packages are installed """ - assert os.path.exists('/usr/bin/sl') + assert os.path.exists('/usr/games/sl') def test_pip_packages():