From 61d81025139e2e6b3706c05eee4e60ff13417323 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jul 2021 09:22:29 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-0-stable-ee --- .../components/__snapshots__/terraform_installation_spec.js.snap | 2 +- .../infrastructure_registry/components/terraform_installation_spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/frontend/packages_and_registries') diff --git a/spec/frontend/packages_and_registries/infrastructure_registry/components/__snapshots__/terraform_installation_spec.js.snap b/spec/frontend/packages_and_registries/infrastructure_registry/components/__snapshots__/terraform_installation_spec.js.snap index 16d148bbea4..03236737572 100644 --- a/spec/frontend/packages_and_registries/infrastructure_registry/components/__snapshots__/terraform_installation_spec.js.snap +++ b/spec/frontend/packages_and_registries/infrastructure_registry/components/__snapshots__/terraform_installation_spec.js.snap @@ -10,7 +10,7 @@ exports[`TerraformInstallation renders all the messages 1`] = ` { describe('installation commands', () => { it('renders the correct command', () => { expect(findCodeInstructions().at(0).props('instruction')).toMatchInlineSnapshot(` - "module \\"Test/system-22\\" { + "module \\"my_module_name\\" { source = \\"bar.dev/foo/Test/system-22\\" version = \\"0.1\\" }" -- cgit v1.2.3