def test_user_with_role_without_groups_and_permissions(self):
        """Test user without permissions and group of permissions and with role without permissions and group of permissions"""
        user = self.authenticate('user1', 'test')
        permissions = self.backend.get_all_permissions(user)
        self.assertSetEqual(permissions, set(),