Merge branch 'master' into chore/save_autofields_on_bulksaves

This commit is contained in:
Adria Navarro 2024-07-30 18:36:08 +02:00 committed by GitHub
commit 3d88ed0c42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export async function startContainer(container: GenericContainer) {
container = container
.withReuse()
.withLabels({ "com.budibase": "true" })
.withName(key)
.withName(`${key}_testcontainer`)
let startedContainer: StartedTestContainer | undefined = undefined
let lastError = undefined