From e0638933fce03c19c37f384d3dd89d76d4afdae7 Mon Sep 17 00:00:00 2001 From: Tetiana Chupryna Date: Sun, 14 Jun 2020 17:47:27 +0300 Subject: Update default name of the generated report --- spec/support/integration_test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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) -- cgit v1.2.3