We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985c839 commit b421453Copy full SHA for b421453
airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt
@@ -73,7 +73,7 @@ abstract class ContainerFactory<C : GenericContainer<*>> {
73
"testcontainer %s (%s[%s]):".formatted(
74
containerId!!.incrementAndGet(),
75
imageName,
76
- StringUtils.join(containerModifiers, ",")
+ StringUtils.join(containerModifiers.map { it.name() }, ",")
77
)
78
79
.setPrefixColor(LoggingHelper.Color.RED_BACKGROUND)
0 commit comments