diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-16 16:13:57 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-16 16:13:57 +0000 |
| commit | 64a83b700f63af76c5915b10dccb8745ebc4fed5 (patch) | |
| tree | c59a166c2d9a379784de5d36c9495007d8c55fd3 /spec/support/integration_test_helper.rb | |
| parent | 478bd8cbc5142609088f06573245d86cec8391e3 (diff) | |
| parent | 390c7d9f5b10dc6dbd956b98ade01b9774e2e35e (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.rb | 2 |
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) |
