mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
Fix scala test
This commit is contained in:
parent
259619f00f
commit
bccec4259a
@ -107,12 +107,11 @@ class WhitesourceConfigurationHelperTest extends BasePiperTest {
|
||||
containsString("apiKey=abcd"),
|
||||
containsString("productName=DIST - name1"),
|
||||
containsString("productToken=1234"),
|
||||
containsString("userKey=0000")
|
||||
containsString("userKey=0000"),
|
||||
containsString("sbt.resolveDependencies=true"),
|
||||
containsString("log.level=debug")
|
||||
)
|
||||
)
|
||||
|
||||
assertThat(jlr.log, containsString("[Whitesource] Configuration for scanType: 'sbt' is not yet hardened, please do a quality assessment of your scan results."))
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user