-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify ordering of auth schemes in ServiceIndex (#1915)
Updates the docs for getEffectiveAuthSchemes to clarify that the returned auth schemes will be in alphabetical order by shape id if there is no `auth` trait present. This was always the case due to the usage of TreeMap, but the documentation didn't explicitly state it. Tests were also updated to ensure this ordering.
- Loading branch information
1 parent
a9021b3
commit 8635932
Showing
2 changed files
with
27 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