1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:54:03 +00:00

Update PathIdentificationTest.php

This commit is contained in:
Abrar Ahmad 2022-08-29 14:49:53 +05:00
parent 856d8b0b02
commit 0f077cdaf0

View file

@ -140,4 +140,4 @@ test('tenant set as a default parameter for the URLs', function () {
expect(tenancy()->initialized)->toBeTrue();
expect(tenant('id'))->toBe('acme');
pest()->get(route('baz', ['a' => 1, 'b' => 2]))->assertOk(); // Assert route don't need tenant parameter
});
});