summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorTetiana Chupryna <tchupryna@gitlab.com>2020-06-14 17:47:27 +0300
committerTetiana Chupryna <tchupryna@gitlab.com>2020-06-14 17:47:27 +0300
commite0638933fce03c19c37f384d3dd89d76d4afdae7 (patch)
tree1cc13d4b0bf8bbdc2f2b28bba466bf5fed6dd84b /spec/support
parent478bd8cbc5142609088f06573245d86cec8391e3 (diff)
Update default name of the generated report
Diffstat (limited to 'spec/support')
-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)