File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -653,13 +653,14 @@ func TestToSidekickConfig(t *testing.T) {
653653 Roots : []string {"showcase" },
654654 },
655655 channel : & config.Channel {
656- Path : "google/showcase/v1beta1" ,
656+ Path : "schema/ google/showcase/v1beta1" ,
657657 },
658658 want : & sidekickconfig.Config {
659659 General : sidekickconfig.GeneralConfig {
660660 Language : "rust" ,
661661 SpecificationFormat : "protobuf" ,
662- SpecificationSource : "google/showcase/v1beta1" ,
662+ SpecificationSource : "schema/google/showcase/v1beta1" ,
663+ ServiceConfig : "schema/google/showcase/v1beta1/showcase_v1beta1.yaml" ,
663664 },
664665 Source : map [string ]string {
665666 "showcase-root" : "" ,
Original file line number Diff line number Diff line change @@ -445,5 +445,5 @@ var APIs = []API{
445445 {Path : "google/storagetransfer/v1" },
446446 {Path : "google/type" },
447447 {Path : "grafeas/v1" },
448- {Path : "schema/google/showcase/v1beta1" },
448+ {Path : "schema/google/showcase/v1beta1" , ServiceConfig : "schema/google/showcase/v1beta1/showcase_v1beta1.yaml" },
449449}
You can’t perform that action at this time.
0 commit comments