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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-11-11 01:27:52 +0300
committerGitHub <noreply@github.com>2020-11-11 01:27:52 +0300
commit744805959c832e77cd12e1b8ee75e09c0ce1d4a7 (patch)
treede9df3ecb2390d16aa4018fdc53753adff5aec53
parent1f91b320ec00049ac106f5db1854d22ac2e39b1b (diff)
Fix HTTP events tests (#16699)4.0.0-rc2
User agent was changed
-rw-r--r--tests/PHPUnit/Integration/HttpTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/HttpTest.php b/tests/PHPUnit/Integration/HttpTest.php
index e3209c8ae1..73bcd27b35 100644
--- a/tests/PHPUnit/Integration/HttpTest.php
+++ b/tests/PHPUnit/Integration/HttpTest.php
@@ -359,7 +359,7 @@ class HttpTest extends \PHPUnit\Framework\TestCase
'timeout' => 30,
'headers' => array(
'Range: bytes=10-20',
- 'Via: ' . Version::VERSION . ' (Piwik/' . Version::VERSION . ')',
+ 'Via: ' . Version::VERSION . ' (Matomo/' . Version::VERSION . ')',
'X-Forwarded-For: 127.0.0.1',
),
'verifySsl' => true,
@@ -375,7 +375,7 @@ class HttpTest extends \PHPUnit\Framework\TestCase
'timeout' => 30,
'headers' => array(
'Range: bytes=10-20',
- 'Via: ' . Version::VERSION . ' (Piwik/' . Version::VERSION . ')',
+ 'Via: ' . Version::VERSION . ' (Matomo/' . Version::VERSION . ')',
'X-Forwarded-For: 127.0.0.1',
),
'verifySsl' => true,