Skip to content

Commit 668c6b2

Browse files
[automatic composer updates] (matomo-org#21546)
* updates composer dependencies * updates expected test files * fix test --------- Co-authored-by: sgiehl <[email protected]> Co-authored-by: sgiehl <[email protected]>
1 parent 7b75ca1 commit 668c6b2

4 files changed

Lines changed: 45 additions & 44 deletions

File tree

composer.lock

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/API/tests/System/expected/test_AutoSuggestAPITest_operatingSystemName__API.getSuggestedValuesForSegment.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<row>WebTV</row>
2626
<row>Wear OS</row>
2727
<row>VectorLinux</row>
28+
<row>VIDAA</row>
2829
<row>Unknown</row>
2930
<row>TmaxOS</row>
3031
<row>Tizen</row>
31-
<row>ThreadX</row>
32-
<row>TencentOS</row>
32+
<row>TiVo OS</row>
3333
</result>

tests/PHPUnit/System/TrackerResponseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function test_response_ShouldSend400ResponseCode_IfInvalidRequestParamete
117117
{
118118
$url = $this->tracker->getUrlTrackPageView('Test');
119119
$url .= '&token_auth=' . Fixture::getTokenAuth();
120+
$url .= '&ua=' . urlencode('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36');
120121
$url .= '&cid=' . str_pad('1', 16, '1');
121122

122123
$response = $this->sendHttpRequest($url);

0 commit comments

Comments
 (0)