1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

Provide always the script from transport request releaded tests

This commit is contained in:
Marcus Holl 2018-10-31 11:52:08 +01:00
parent 7f193a3aaa
commit 01753ccc6d
3 changed files with 3 additions and 3 deletions

View File

@ -191,7 +191,7 @@ public class TransportRequestCreateTest extends BasePiperTest {
jlr.expect('[INFO] Change management integration intentionally switched off.')
jsr.step.call(
jsr.step.call(script: nullScript,
changeManagement: [type: 'NONE'])
}
}

View File

@ -145,7 +145,7 @@ public class TransportRequestReleaseTest extends BasePiperTest {
jlr.expect('[INFO] Change management integration intentionally switched off.')
jsr.step.call(
jsr.step.call(script: nullScript,
changeManagement: [type: 'NONE'])
}
}

View File

@ -373,7 +373,7 @@ public class TransportRequestUploadFileTest extends BasePiperTest {
jlr.expect('[INFO] Change management integration intentionally switched off.')
jsr.step.call(
jsr.step.call(script: nullScript,
changeManagement: [type: 'NONE'])
}