From: Tom Hughes Date: Wed, 10 Jul 2024 18:17:09 +0000 (+0100) Subject: Don't try and change the HTTP client user agent X-Git-Tag: live~364 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/63f0b9257d62818d435ef6510340b9681efe547b?ds=inline;hp=63f0b9257d62818d435ef6510340b9681efe547b Don't try and change the HTTP client user agent Because we only create the client once we can't override the server URL for a test to change the user agent as we don't know which test will create it. ---