1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00
This commit is contained in:
Abrar Ahmad 2022-11-25 15:31:45 +05:00
parent 4c20e30fcc
commit 399a78cf07
2 changed files with 2 additions and 2 deletions

View file

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