Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / redirect / tests / src / Kernel / Migrate / d7 / PathRedirectTest.php
index f73fafb699f91a117258fdbfcbfc7bea7dd24cb4..469e5ccd5c65efc22980ecea1700466271e8b62f 100644 (file)
@@ -63,6 +63,6 @@ class PathRedirectTest extends MigrateDrupalTestBase {
    */
   public function testPathRedirect() {
     $this->assertEntity(5, '/test/source/url', 'base:test/redirect/url', '301');
-    $this->assertEntity(7, '/test/source/url2', 'http://test/external/redirect/url?foo=bar&biz=buz', '307');
+    $this->assertEntity(7, '/test/source/url2', 'http://test/external/redirect/url?foo=bar&biz=buz#fragment-1', '307');
   }
 }