Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
INT-424 Missing license header. Merge fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
whyjustin committed Feb 14, 2018
1 parent e62844b commit fdd98a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/main/java/org/sonatype/nexus/ci/iq/ModuleExclude.groovy
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
* Copyright (c) 2016-present Sonatype, Inc. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the Apache License Version 2.0 is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
*/
package org.sonatype.nexus.ci.iq

import hudson.Extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class RemoteScannerTest
}

@Unroll
def 'RemoteScanner passes arguments to IqClient'() {
def 'RemoteScanner passes #arguments to IqClient'() {
setup:
GroovyMock(IqClientFactory, global: true)
def remoteScanner = new RemoteScanner('appId', 'stageId', ['*jar'], [], new FilePath(new File('/file/path')),
Expand Down

0 comments on commit fdd98a5

Please sign in to comment.