Skip to content

Use authType BASIC for Sabre client in integration tests#4037

Merged
MorrisJobke merged 1 commit into
masterfrom
downstream-27421
Mar 24, 2017
Merged

Use authType BASIC for Sabre client in integration tests#4037
MorrisJobke merged 1 commit into
masterfrom
downstream-27421

Conversation

@MorrisJobke

Copy link
Copy Markdown
Member

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.

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.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@mention-bot

Copy link
Copy Markdown

@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @SergioBertolinSG, @davitol and @nickvergessen to be potential reviewers.

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #4037 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #4037   +/-   ##
=========================================
  Coverage     54.24%   54.24%           
  Complexity    21272    21272           
=========================================
  Files          1310     1310           
  Lines         81214    81214           
  Branches       1284     1284           
=========================================
  Hits          44051    44051           
  Misses        37163    37163

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2cd79a8...c54091d. Read the comment docs.

@MorrisJobke

Copy link
Copy Markdown
Member Author

👍 from me as well

@MorrisJobke MorrisJobke merged commit ea8b61b into master Mar 24, 2017
@MorrisJobke MorrisJobke deleted the downstream-27421 branch March 24, 2017 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants