Skip to content

Commit 233a7a5

Browse files
committed
fix: cicd
1 parent 6eb8e86 commit 233a7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/session/testingUtils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
// Testing constants
2626
var didGetSessionCallCore = false
27-
var returnedFromCache chan bool
27+
var returnedFromCache chan bool = make(chan bool, 1000)
2828
var urlsAttemptedForJWKSFetch []string
2929

3030
func resetAll() {

0 commit comments

Comments
 (0)