Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed May 9, 2024
1 parent 960a054 commit b4348ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/authutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func TestExtractUsernameFromAccessToken(t *testing.T) {
{"tempuser", token4, false},
{"yahav/test-repo", token5, false},
}
// Discard output logging to prevent negative logs
previousLog := tests.RedirectLogOutputToNil()
defer func() {
log.SetLogger(previousLog)
Expand Down

0 comments on commit b4348ab

Please sign in to comment.