Skip to content

Commit 8d73aee

Browse files
committed
Fix ScenarioRunServiceImplTests
1 parent 54fd926 commit 8d73aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scenariorun/src/test/kotlin/com/cosmotech/scenariorun/service/ScenarioRunServiceImplTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class ScenarioRunServiceImplTests {
105105

106106
val csmPlatformPropertiesTwincache = mockk<CsmPlatformProperties.CsmTwinCacheProperties>()
107107
every { csmPlatformProperties.twincache } returns csmPlatformPropertiesTwincache
108+
every { csmPlatformProperties.internalResultServices } returns null
108109
mockkStatic(::getCurrentAuthentication)
109110
val authentication = mockk<BearerTokenAuthentication>()
110111

0 commit comments

Comments
 (0)