mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
Fix test
This commit is contained in:
parent
c479e69ebc
commit
d4bd52f14b
@ -67,7 +67,7 @@ class MtaMultiplexerTest extends BasePiperTest {
|
||||
// asserts
|
||||
assertThat(result.size(), is(2))
|
||||
assertThat(result, hasKey('TestJobs - some-other-service'))
|
||||
assertThat(loggingRule.log, containsString('Found 2 maven descriptor files!'))
|
||||
assertThat(loggingRule.log, containsString('Found 2 maven descriptor files: [some-service\\pom.xml, some-other-service\\pom.xml]'))
|
||||
assertThat(optionsList.get(0), hasEntry('myParameters', 'value'))
|
||||
assertThat(optionsList.get(0), hasEntry('scanType', 'maven'))
|
||||
assertThat(optionsList.get(0), hasEntry('buildDescriptorFile', "some-service${File.separator}pom.xml".toString()))
|
||||
|
Loading…
Reference in New Issue
Block a user