Skip to content
  • Vincent Petry's avatar
    Use authType BASIC for Sabre client in integration tests · cc97923a
    Vincent Petry authored
    This helps massively reduce the numerous useless 401 exceptions that
    appears in the test log. These appear only because Sabre first connects
    without any auth type to receive the challenge and then sends the
    authentication data.
    
    With this change it will directly use basic auth.
    cc97923a