Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Remove LRU cache for get_azure_access_token #26

Merged
merged 1 commit into from
Oct 7, 2022
Merged

Conversation

major
Copy link
Member

@major major commented Oct 7, 2022

This caused issues with randomly ordered tests since the cached result conflicted with the values passed in by mocks. We can investigate this later if it becomes a problem.

Fixes #25

Signed-off-by: Major Hayden major@redhat.com

This caused issues with randomly ordered tests since the cached result
conflicted with the values passed in by mocks. We can investigate this
later if it becomes a problem.

Fixes #25

Signed-off-by: Major Hayden <major@redhat.com>
@major major merged commit 398a0b7 into main Oct 7, 2022
@major major deleted the remove-token-cache branch October 7, 2022 19:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LRU cache on access_token function for Azure intermittently breaks tests
1 participant