Anyone else hitting `AssertionError:
Anyone else hitting
AssertionError: Build ID should be set if containers are defined and enabled
when running integration tests with containers enabled?6 Replies
What’s your test set up?
Sorry I didn't provide enough info upfront
I can't reproduce this anymore (but I think downgrading the vitest-pool-workers was what fixed the issue)
hmm so are you managing to run integration tests again projects with containers in vitest-pool-workers successfully? what version of wrangler/vitest-pool-workers are you using?
Attaching my package.json
if I downgrade to "@cloudflare/vitest-pool-workers": "^0.8.40",
tests at least run
I picked this by brute force -> this was the version on which I do no get this error