From c0a01c06eca054b9b599e7146f08d3f432d045b2 Mon Sep 17 00:00:00 2001 From: Johannes Endres Date: Sat, 4 Jan 2025 12:31:33 +0100 Subject: [PATCH] Update tests/lib/AppFramework/Http/RequestTest.php Co-authored-by: Daniel Signed-off-by: Johannes Endres --- tests/lib/AppFramework/Http/RequestTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/AppFramework/Http/RequestTest.php b/tests/lib/AppFramework/Http/RequestTest.php index a0851d819de40..d331842092076 100644 --- a/tests/lib/AppFramework/Http/RequestTest.php +++ b/tests/lib/AppFramework/Http/RequestTest.php @@ -1155,7 +1155,7 @@ public function dataMatchClientVersion(): array { '1.0.0', ], [ - 'Fielink for *cloud/1.0.0', + 'Fileink for *cloud/1.0.0', Request::USER_AGENT_THUNDERBIRD_ADDON, '1.0.0', ],