Skip to content

Commit

Permalink
IS-2765: Bruke felles Aiven-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Nov 14, 2024
1 parent 0914f39 commit 761e41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/no/nav/syfo/testhelper/TestRedis.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ import redis.embedded.RedisServer

fun testRedis(environment: Environment): RedisServer = RedisServer.builder()
.port(environment.redisConfig.port)
.setting("requirepass " + environment.redisConfig.redisPassword)
.build()

0 comments on commit 761e41a

Please sign in to comment.