We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e573388 commit 6a6f6bdCopy full SHA for 6a6f6bd
airbyte-cdk/bulk/core/load/src/testFixtures/kotlin/io/airbyte/cdk/load/test/util/IntegrationTest.kt
@@ -302,7 +302,7 @@ abstract class IntegrationTest(
302
fun updateConfig(config: String): String = configUpdater.update(config)
303
304
companion object {
305
- val randomizedNamespaceRegex = Regex("test(\\d{8})[A-Za-z]{4}")
+ val randomizedNamespaceRegex = Regex("test(\\d{8})[A-Za-z]{4}.*")
306
val randomizedNamespaceDateFormatter: DateTimeFormatter =
307
DateTimeFormatter.ofPattern("yyyyMMdd")
308
0 commit comments