Skip to content

Commit

Permalink
allow deprecated in test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmir committed Aug 26, 2024
1 parent c925e30 commit 3b526f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httpbp/example_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/reddit/baseplate.go/ecinterface"
"github.com/reddit/baseplate.go/httpbp"
"github.com/reddit/baseplate.go/log"
//lint:ignore SA1019 deprecated library can still be used for testing
"github.com/reddit/baseplate.go/redis/db/redisbp"
"github.com/reddit/baseplate.go/secrets"
)
Expand Down

0 comments on commit 3b526f7

Please sign in to comment.