diff --git a/tests/cli/test_discover.py b/tests/cli/test_discover.py index 8590db4..8395376 100644 --- a/tests/cli/test_discover.py +++ b/tests/cli/test_discover.py @@ -57,6 +57,6 @@ def test_discover_command(tmpdir, runner): # Check for redundant data that is already in the config. This avoids # copying passwords from the config too. assert 'fileext' not in tmpdir \ - .join('status') \ - .join('foobar.collections') \ - .read() + .join('status') \ + .join('foobar.collections') \ + .read()