diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-17 17:04:26 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-17 17:04:26 -0600 |
| commit | 5433f86d67cbca6c03e939b5a28549bbf31d8b8b (patch) | |
| tree | 5e58b1a4e5b35d24517ad7c4ea20da9cf1094f64 /spec/integration/java | |
| parent | ed79c4c3c5ae8a474aa8eba8a870768b96321713 (diff) | |
Remove debug LOG_LEVEL from spec
Diffstat (limited to 'spec/integration/java')
| -rw-r--r-- | spec/integration/java/gradle_spec.rb | 2 |
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) |
