Skip to content

Commit 8c76cba

Browse files
jpbetzk8s-publishing-bot
authored andcommitted
Update tests that depend on internal model names
Signed-off-by: Joe Betz <jpbetz@google.com> Kubernetes-commit: fc091d93d53d8b69cae42b25c0b8da70d0263f80
1 parent f019cd8 commit 8c76cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controllers/openapiv3/aggregator/aggregator_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func sendReq(t *testing.T, handler http.Handler, path string) []byte {
309309

310310
func getTestAPIServiceOpenAPIDefinitions(_ openapicommon.ReferenceCallback) map[string]openapicommon.OpenAPIDefinition {
311311
return map[string]openapicommon.OpenAPIDefinition{
312-
"k8s.io/kube-aggregator/pkg/apis/apiregistration/v1.APIService": buildTestAPIServiceOpenAPIDefinition(),
312+
"io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService": buildTestAPIServiceOpenAPIDefinition(),
313313
}
314314
}
315315

0 commit comments

Comments
 (0)