Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Nov 25, 2023
1 parent 935ef61 commit dea24f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/activator/handler/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func BenchmarkHandlerChain(b *testing.B) {
func TestProxyWithChainHandler(t *testing.T) {
ctx, cancel, _ := rtesting.SetupFakeContextWithCancel(t)
rev := revision(testNamespace, testRevName)
defer reset()
rev.Annotations = map[string]string{apiconfig.AllowHTTPFullDuplexFeatureKey: "Enabled"}
t.Cleanup(cancel)

Expand Down

0 comments on commit dea24f6

Please sign in to comment.