Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
pulak-opti committed Oct 4, 2024
1 parent 789c59e commit d254528
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/optimizely/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ func (s *DefaultLoaderTestSuite) TestDefaultRegexValidator() {
{":", false},
{"abc:def:hij", false},
{"abc:", false},
{"123sdkKey:accesTokenWith=", true},
}

conf := config.NewDefaultConfig()
Expand Down

0 comments on commit d254528

Please sign in to comment.