Skip to content

Commit

Permalink
Update projects/gateway2/translator/plugins/routeoptions/route_option…
Browse files Browse the repository at this point in the history
…s_plugin_test.go

Co-authored-by: Sam Heilbron <[email protected]>
  • Loading branch information
shashankram and sam-heilbron authored Jan 8, 2025
1 parent 23200ab commit c736407
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ var _ = DescribeTable("mergeOptionsForRoute",
PrefixRewrite: &wrapperspb.StringValue{Value: "/dst"},
Timeout: durationpb.New(10 * time.Second),
},
glooutils.OptionsMergedPartial, // PrefixRewrite is not overwriten
glooutils.OptionsMergedPartial, // PrefixRewrite is not overwritten
),
Entry("override and augment dst options with annotation: specific fields",
&gwv1.HTTPRoute{
Expand Down

0 comments on commit c736407

Please sign in to comment.