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 bb6cae6 commit 2053749Copy full SHA for 2053749
hermetic_build/library_generation/tests/generate_repo_unit_tests.py
@@ -59,7 +59,7 @@ def test_get_target_library_given_an_non_existent_library_returns_only_existing_
59
def test_get_target_library_returns_selected_api_path(self):
60
one_library = GenerateRepoTest.__get_an_empty_library_config()
61
one_library.api_shortname = "one_library"
62
- one_library.gapic_configs = [GapicConfig("google/cloud/one/library")]
+ one_library.gapic_configs = [GapicConfig("google/cloud/one/library/v1")]
63
another_library = GenerateRepoTest.__get_an_empty_library_config()
64
another_library.api_shortname = "another_library"
65
another_library_gapic_config = list()
0 commit comments