We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c041f commit 4ca935eCopy full SHA for 4ca935e
internal/controller/state/graph/httproute_test.go
@@ -1301,11 +1301,11 @@ func TestProcessHTTPRouteRule_InferencePoolWithMultipleBackendRefs(t *testing.T)
1301
1302
routeRule, errs := processHTTPRouteRule(
1303
specRule,
1304
- routeNamespace,
1305
rulePath,
1306
validator,
1307
nil,
1308
inferencePools,
+ routeNamespace,
1309
)
1310
1311
g.Expect(routeRule.RouteBackendRefs).To(BeEmpty())
0 commit comments