We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116bb6b commit bb5d038Copy full SHA for bb5d038
harmonysoft-mongo-cucumber/src/main/kotlin/tech/harmonysoft/oss/cucumber/glue/MongoStepDefinitions.kt
@@ -31,7 +31,7 @@ class MongoStepDefinitions {
31
@Inject private lateinit var fixtureDataHelper: FixtureDataHelper
32
@Inject private lateinit var logger: Logger
33
34
- private val client: MongoClient by lazy {
+ val client: MongoClient by lazy {
35
val config = configProvider.data
36
val auth = config.credential?.let {
37
"${it.login}:${it.password}@"
0 commit comments