diff options
Diffstat (limited to 'tests/Core')
-rw-r--r-- | tests/Core/Controller/NavigationControllerTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/NavigationControllerTest.php b/tests/Core/Controller/NavigationControllerTest.php index a33ddf7dd23..86173405c1c 100644 --- a/tests/Core/Controller/NavigationControllerTest.php +++ b/tests/Core/Controller/NavigationControllerTest.php @@ -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') |