aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohannes Endres <je@johannes-endres.de>2025-01-01 19:44:49 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2025-02-19 18:51:08 +0100
commitae2cc23658dd3882a4831f292303a911530fb1b3 (patch)
tree30deef2955ff9152c1229d265512f61343ff0a63 /tests
parentbdc043dd041f3e9db40fdf66dc7d05400971f1a5 (diff)
downloadnextcloud-server-ae2cc23658dd3882a4831f292303a911530fb1b3.tar.gz
nextcloud-server-ae2cc23658dd3882a4831f292303a911530fb1b3.zip
fix: Change UserAgent to *cloudfix/noid/thudnerbird-addon-useragent
Co-authored-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Johannes Endres <je@johannes-endres.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/AppFramework/Http/RequestTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php
index 1c7f07580cc..fe3614ab88e 100644
--- a/tests/lib/AppFramework/Http/RequestTest.php
+++ b/tests/lib/AppFramework/Http/RequestTest.php
@@ -1155,7 +1155,7 @@ class RequestTest extends \Test\TestCase {
'1.0.0',
],
[
- 'Mozilla/5.0 (Linux) Nextcloud-Thunderbird v1.0.0',
+ 'Filelink for *cloud/1.0.0',
Request::USER_AGENT_THUNDERBIRD_ADDON,
'1.0.0',
],