summaryrefslogtreecommitdiff
path: root/spec/integration/java/gradle_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/java/gradle_spec.rb')
-rw-r--r--spec/integration/java/gradle_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/java/gradle_spec.rb b/spec/integration/java/gradle_spec.rb
index daf1bac..b81e69f 100644
--- a/spec/integration/java/gradle_spec.rb
+++ b/spec/integration/java/gradle_spec.rb
@@ -27,7 +27,7 @@ plugins {
context 'when scanning a gradle project that does not include the `com.github.hierynomus.license` plugin' do
let(:project_url) { 'https://gitlab.com/one-touch-pipeline/otp.git' }
- let(:result) { runner.scan(env: { 'LOG_LEVEL' => 'debug' }) }
+ let(:result) { runner.scan }
before do
runner.clone(project_url)