From 959c9f2a6108a243f12677bd65a735065ed37296 Mon Sep 17 00:00:00 2001 From: Altamash Shaikh Date: Fri, 18 Mar 2022 09:40:11 +0530 Subject: fix test cases --- plugins/Tour/tests/System/DataFinderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Tour/tests/System/DataFinderTest.php b/plugins/Tour/tests/System/DataFinderTest.php index 48374e60c6..8f1ed8eab7 100644 --- a/plugins/Tour/tests/System/DataFinderTest.php +++ b/plugins/Tour/tests/System/DataFinderTest.php @@ -56,7 +56,7 @@ class DataFinderTest extends SystemTestCase $this->assertFalse($this->dataFinder->hasAddedSegment(Fixture::ADMIN_USER_LOGIN)); Request::processRequest('SegmentEditor.add', array( - 'name' => 'foo', 'definition' => 'visitServerHour==5' + 'name' => 'foo', 'definition' => 'visitSiteHour==5' )); $this->assertTrue($this->dataFinder->hasAddedSegment(Fixture::ADMIN_USER_LOGIN)); } -- cgit v1.2.3