We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19349 commit 2e4fd31Copy full SHA for 2e4fd31
internal/librarian/golang/version_test.go
@@ -196,6 +196,26 @@ func TestClientDirectory(t *testing.T) {
196
apiPath: "google/cloud/secretmanager/v1",
197
want: "",
198
},
199
+ {
200
+ name: "non existing GoAPI",
201
+ library: &config.Library{
202
+ Name: "secretmanager",
203
+ APIs: []*config.API{
204
205
+ Path: "google/cloud/secretmanager/v1",
206
+ },
207
208
+ Go: &config.GoModule{
209
+ GoAPIs: []*config.GoAPI{
210
211
+ Path: "google/cloud/secretmanager/v1alpha1",
212
213
214
215
216
+ apiPath: "google/cloud/secretmanager/v1",
217
+ want: "",
218
219
{
220
name: "from Go API",
221
library: &config.Library{
0 commit comments