diff --git a/build/inspec b/build/inspec index 8d6ab2f391e9..c74f6b4ca714 160000 --- a/build/inspec +++ b/build/inspec @@ -1 +1 @@ -Subproject commit 8d6ab2f391e9a7f93e733f8cc6edaefe529cced3 +Subproject commit c74f6b4ca71437566b491691ad4377cea477f536 diff --git a/provider/inspec.rb b/provider/inspec.rb index 4fe1ba46913d..b0048ee2cae9 100644 --- a/provider/inspec.rb +++ b/provider/inspec.rb @@ -156,7 +156,7 @@ def generate_inspec_test(data, name, target_folder) default_template: 'templates/inspec/integration_test_template.erb', out_file: File.join( target_folder, - 'integration/verify-mm/controls', + 'integration/verify/controls', "#{name}.rb" ) ) diff --git a/templates/inspec/tests/integration/verify-mm/inspec.yml b/templates/inspec/tests/integration/verify-mm/inspec.yml deleted file mode 100644 index 5af93530a892..000000000000 --- a/templates/inspec/tests/integration/verify-mm/inspec.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: inspec-gcp-integration-tests-mm-generated -version: 0.7.0 -inspec_version: '>= 3.0.25' -depends: - - name: inspec-gcp - path: ../../../ \ No newline at end of file