summaryrefslogtreecommitdiffstats
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:29:26 +0000
commitb61ae01c52130f57b09bee15748a3fc5849fcb39 (patch)
tree978afcb59a84775f28d719f4480fc3c663dda43b /tests
parent306fa8da91d7cc31bac44a66dd866ae04fa3a46f (diff)
downloadnextcloud-server-b61ae01c52130f57b09bee15748a3fc5849fcb39.tar.gz
nextcloud-server-b61ae01c52130f57b09bee15748a3fc5849fcb39.zip
fix: Change UserAgent to *cloudbackport/50053/stable30
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 f97341cb265..8144b44e842 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',
],