generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor setHeaders to make non case-sensitive (#739)
* Initial commit * WIP: No longer getting missing required header error - now getting a different error about multiple values being returned - still cannot find metadata file once written * Fixed indentation * header map with lowercase keys * Added test for header casing conversion to lowercase * Updated all calls to get headers to use lowercase name * Reverted change to locustfile * Added javadocs * 672: Fix DomainsRegistrationTest tests * 672: fix AuthRequestValidatorTest unit tests * 672: Simplify the lowering of the case of the header key --------- Co-authored-by: tjohnson7021 <[email protected]> Co-authored-by: jorge Lopez <[email protected]> Co-authored-by: halprin <[email protected]>
- Loading branch information
1 parent
8428ed2
commit 66cdde6
Showing
7 changed files
with
56 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters