diff options
Diffstat (limited to 'spec')
| -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) |
