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

Update RedirectTest.php

This commit is contained in:
Abrar Ahmad 2022-11-23 16:19:03 +05:00
parent 5bbd09576e
commit a6c0fa21c4

View file

@ -50,4 +50,4 @@ test('redirect from central to tenant works fine', function () {
pest()->get('/redirect')
->assertRedirect('http://abcd/foobar');
});
})->skip('Incomplete');