diff --git a/http_client.rst b/http_client.rst index 91b91ebc4a5..c4d6f46c7dc 100644 --- a/http_client.rst +++ b/http_client.rst @@ -408,7 +408,7 @@ each request (which overrides any global authentication): http_client: scoped_clients: example_api: - base_uri: 'https://example.com/' + base_uri: 'https://example.com' # HTTP Basic authentication auth_basic: 'the-username:the-password'