Skip to content

Commit

Permalink
IS-2797: legge til kilde på dialogmeldingbestillinger
Browse files Browse the repository at this point in the history
  • Loading branch information
geir-waagboe committed Nov 14, 2024
1 parent 01dc483 commit 8e6435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/no/nav/syfo/testhelper/TestRedis.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import redis.embedded.RedisServer
fun testRedis(environment: Environment): RedisServer = RedisServer.builder()
.port(environment.redisConfig.port)
.setting("requirepass " + environment.redisConfig.redisPassword)
.build()
.build()

0 comments on commit 8e6435d

Please sign in to comment.