Skip to content

Commit

Permalink
Merge pull request #3111 from NCI-Agency/remove-unused-wdio-headers
Browse files Browse the repository at this point in the history
Remove unused headers from wdio test config
  • Loading branch information
VassilIordanov authored Jul 22, 2020
2 parents 3d388ba + 0175549 commit 504fb41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/config/wdio.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ const config = {
//
// A key-value store of headers to be added to every selenium request. Values must be strings. Type: Object
// Default: None
headers: {
Authorization: "Basic ZXJpbjplcmlu"
},
// headers: {},
//
// Default timeout for all waitFor* commands.
waitforTimeout: 10000,
Expand Down

0 comments on commit 504fb41

Please sign in to comment.