diff --git a/tests/library/Class/Indexation/PseudoNoticeTest.php b/tests/library/Class/Indexation/PseudoNoticeTest.php
index e724a39c0bc8d0940376365dedf6c392198080b5..fccb34d6bec6bf9b313be83e2983f95e33ae3778 100644
--- a/tests/library/Class/Indexation/PseudoNoticeTest.php
+++ b/tests/library/Class/Indexation/PseudoNoticeTest.php
@@ -42,7 +42,7 @@ class Class_Indexation_PseudoNoticeAlbumTest extends Class_Indexation_PseudoNoti
 	
   /** @test */
 	public function vignetteURLShouldBeUserfile123file() {
-		$this->assertContains('/userfiles/album/896/thumb_123_file.png', $this->_notice->getUrlVignette());
+		$this->assertEquals(BASE_URL.'/userfiles/album/896/thumb_123_file.png', $this->_notice->getUrlVignette());
 	}
 
 	/** @test */