mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Fix tests
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
11b6cc3f68
commit
16ac8eaac9
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class NavigationControllerTest extends TestCase {
|
|||
$this->request->expects($this->once())
|
||||
->method('getHeader')
|
||||
->with('If-None-Match')
|
||||
->willReturn(md5(json_encode(['files'])));
|
||||
->willReturn(md5(json_encode($navigation)));
|
||||
$this->navigationManager->expects($this->once())
|
||||
->method('getAll')
|
||||
->with('link')
|
||||
|
|
|
|||
Loading…
Reference in a new issue