mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Changed uuid type in database
This commit is contained in:
parent
8137515171
commit
89cd670abf
6 changed files with 5 additions and 11 deletions
|
@ -816,7 +816,6 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||
|
||||
// generating the uuid
|
||||
$client->request('GET', '/share/'.$content->getId());
|
||||
var_dump($client->getResponse()->getContent());
|
||||
$this->assertEquals(302, $client->getResponse()->getStatusCode());
|
||||
|
||||
// follow link with uuid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue