mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:34:04 +00:00
simplify persistent queue bootstrapper
This commit is contained in:
parent
8f4cd186f9
commit
e6f564c47a
2 changed files with 13 additions and 35 deletions
|
|
@ -225,7 +225,7 @@ test('the tenant used by the job doesnt change when the current tenant changes',
|
|||
expect(pest()->valuestore->get('tenant_id'))->toBe('The current tenant id is: ' . $tenant1->getTenantKey());
|
||||
})->with('queue_bootstrappers');
|
||||
|
||||
// todo0 confirm if this should be passing with the persistent bootstrapper
|
||||
// todo0 false positive -- remove after reproducing original issue
|
||||
test('tenant connections do not persist after tenant jobs get processed', function (string $bootstrapper) {
|
||||
withQueueBootstrapper($bootstrapper);
|
||||
withTenantDatabases();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue