aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJohannes Endres <je@johannes-endres.de>2025-01-01 19:44:49 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-02-21 09:28:41 +0000
commita49366910b99c1b7a44fb411d3e951d10ae37d0b (patch)
tree40fef3a27cf8116f6a12c59a6faec92772d30556 /tests
parente68c88b0556c2c30c635ef750085d6cadd4a7b6e (diff)
downloadnextcloud-server-backport/50053/stable29.tar.gz
nextcloud-server-backport/50053/stable29.zip
fix: Change UserAgent to *cloudbackport/50053/stable29
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 2af5d3ef18a..59511de0454 100644
--- a/tests/lib/AppFramework/Http/RequestTest.php
+++ b/tests/lib/AppFramework/Http/RequestTest.php
@@ -1160,7 +1160,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',
],