mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 21:14:03 +00:00
change default cookie name, add todos
This commit is contained in:
parent
55b1c5387c
commit
83b1ae1aea
5 changed files with 5 additions and 4 deletions
|
|
@ -159,7 +159,7 @@ test('early identification works with request data identification', function (st
|
|||
$response = match ($type) {
|
||||
'header' => pest()->get('/tenant-route', ['X-Tenant' => $tenantKey]),
|
||||
'queryParameter' => pest()->get("/tenant-route?tenant={$tenantKey}"),
|
||||
'cookie' => pest()->withUnencryptedCookie('X-Tenant', $tenantKey)
|
||||
'cookie' => pest()->withUnencryptedCookie('tenant', $tenantKey)
|
||||
->get('/tenant-route'),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue