try {
      await Integrations.createMessengerIntegration(doc, _user._id);
    } catch (e) {
      expect(e.message).toBe('Duplicated messenger for single brand');
    }