-
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.
fix: Wildcard token refreshing. (#330)
* fix: Wildcard token refreshing. Previously our refreshing algorithm assumed that we always had at least one project with an explicit name for deciding what to keep. When in reality we could have a wildcard token (*) for updating. This means that we should just return the update as our new set of data for this token. Added another test with a wildcard token to verify that we do indeed only keep the update. In addition, added a filter for unique feature names to what we're keeping to avoid mixing multiple features of the same name.
- Loading branch information
Christopher Kolstad
authored
Nov 9, 2023
1 parent
c5fdf1d
commit 48e6498
Showing
1 changed file
with
64 additions
and
16 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