diff --git a/fs_storage/models/fs_storage.py b/fs_storage/models/fs_storage.py index e66458e44c..e9df0d1b6b 100644 --- a/fs_storage/models/fs_storage.py +++ b/fs_storage/models/fs_storage.py @@ -480,8 +480,6 @@ def delete(self, relative_path) -> None: def action_test_config(self) -> None: try: - # _check_connection will be called two times as it is called by fs property - # However, I don't know another way to test the connection without as as single call `self.fs` is a 'pointless statement' self._check_connection(self.fs) title = _("Connection Test Succeeded!") message = _("Everything seems properly set up!")