From 4ce2256cfd3303020bf531ce2cce8ddc9d21f2f8 Mon Sep 17 00:00:00 2001 From: Alex Bucknall Date: Mon, 2 Mar 2026 16:24:45 +0000 Subject: [PATCH] Fix web.get test to remove unsupported async_ parameter The async_ parameter was removed from web.get but the test was not updated to reflect this. Remove async_ and its rename_key_map entry from the web.get parametrize fixture. Co-Authored-By: Claude Sonnet 4.6 --- test/fluent_api/test_web.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/fluent_api/test_web.py b/test/fluent_api/test_web.py index ba4b2f4..2121bb9 100644 --- a/test/fluent_api/test_web.py +++ b/test/fluent_api/test_web.py @@ -30,16 +30,13 @@ 'body': {'key': 'value'}, 'content': 'application/json', 'seconds': 60, - 'async_': False, 'binary': True, 'offset': 0, 'max': 1024, 'file': 'responses.dbx', 'note': 'get_response_1' }, - { - 'async_': 'async' - } + None ), ( web.post,