summaryrefslogtreecommitdiff
path: root/spec/support/integration_test_helper.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-16 16:13:57 +0000
committermo khan <mo.khan@gmail.com>2020-06-16 16:13:57 +0000
commit64a83b700f63af76c5915b10dccb8745ebc4fed5 (patch)
treec59a166c2d9a379784de5d36c9495007d8c55fd3 /spec/support/integration_test_helper.rb
parent478bd8cbc5142609088f06573245d86cec8391e3 (diff)
parent390c7d9f5b10dc6dbd956b98ade01b9774e2e35e (diff)
Merge branch 'update-report-name' into 'master'v3.12.0
Update default name of the generated report See merge request gitlab-org/security-products/license-management!167
Diffstat (limited to 'spec/support/integration_test_helper.rb')
-rw-r--r--spec/support/integration_test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb
index f474265..5c9de94 100644
--- a/spec/support/integration_test_helper.rb
+++ b/spec/support/integration_test_helper.rb
@@ -69,7 +69,7 @@ module IntegrationTestHelper
def scan(env: {})
return {} unless execute(env, './bin/docker-test', project_path.to_s)
- report_path = project_path.join('gl-license-management-report.json')
+ report_path = project_path.join('gl-license-scanning-report.json')
return {} unless report_path.exist?
Report.new(report_path.read)