diff --git a/src/Tests/LinkTypeFieldEntryTest.php b/src/Tests/LinkTypeFieldEntryTest.php index 7f3d785..efbc58d 100644 --- a/src/Tests/LinkTypeFieldEntryTest.php +++ b/src/Tests/LinkTypeFieldEntryTest.php @@ -153,7 +153,7 @@ class LinkTypeFieldEntryTest extends FlagTestBase { $this->clickLink($this->flag->getShortText('unflag')); $this->assertUrl('flag/details/edit/' . $flag_id . '/' . $this->nodeId, [ 'query' => [ - 'destination' => 'node/' . $this->nodeId, + 'destination' => '/node/' . $this->nodeId, ], ]);