Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAltamash Shaikh <altu9594@gmail.com>2022-03-18 07:10:11 +0300
committerAltamash Shaikh <altu9594@gmail.com>2022-03-18 07:10:11 +0300
commit959c9f2a6108a243f12677bd65a735065ed37296 (patch)
treeba9ba075e364933cada6ca78cf70bc6fc98b212f
parent3a7578200200fd75ec29fcce92564e6fe1de73f3 (diff)
-rw-r--r--plugins/Tour/tests/System/DataFinderTest.php2
1 files changed, 1 insertions, 1 deletions
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));
}