diff --git a/dev/tests/Unit/Command/AddComponentCommandTest.php b/dev/tests/Unit/Command/AddComponentCommandTest.php index 87f6ce116aa0..3a6e0818ec6e 100644 --- a/dev/tests/Unit/Command/AddComponentCommandTest.php +++ b/dev/tests/Unit/Command/AddComponentCommandTest.php @@ -63,9 +63,7 @@ public static function setUpBeforeClass(): void public function testAddComponent() { self::$commandTester->setInputs([ - 'Y', // Does this information look correct? [Y/n] - 'https://cloud.google.com/secret-manager/docs/reference/rest/', // What is the product documentation URL? - 'https://cloud.google.com/secret-manager', // What is the product homepage? + 'Y' // Does this information look correct? [Y/n] ]); self::$commandTester->execute([ @@ -189,9 +187,7 @@ public function testGoogleapisGenPath() $commandTester = new CommandTester($application->get('add-component')); $commandTester->setInputs([ - 'Y', // Does this information look correct? [Y/n] - 'https://cloud.google.com/secret-manager/docs/reference/rest/', // What is the product documentation URL? - 'https://cloud.google.com/secret-manager', // What is the product homepage? + 'Y' // Does this information look correct? [Y/n] ]); $commandTester->execute([ diff --git a/dev/tests/fixtures/component/SecretManager/README.md b/dev/tests/fixtures/component/SecretManager/README.md index 0608a7d425b9..2c92f6419dd6 100644 --- a/dev/tests/fixtures/component/SecretManager/README.md +++ b/dev/tests/fixtures/component/SecretManager/README.md @@ -42,4 +42,4 @@ This component is considered alpha. As such, it is still a work-in-progress and ### Next Steps -1. Understand the [official documentation](https://cloud.google.com/secret-manager/docs/reference/rest/). +1. Understand the [official documentation](https://cloud.google.com/secret-manager/docs/overview).