Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pacejackson committed Feb 18, 2025
1 parent 233470f commit 731e48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thriftbp/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ func TestHeaderPropagation(t *testing.T) {
Processor: downstreamProcessor,
SecretStore: store,
EdgeContextImpl: ecImpl,
ClientMiddlewares: []thrift.ClientMiddleware{
thriftbp.ClientBaseplateHeadersMiddleware("", ""),
},
})
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 731e48d

Please sign in to comment.