Changes between Version 1 and Version 2 of Ticket #35414


Ignore:
Timestamp:
Apr 29, 2024, 11:09:52 PM (4 months ago)
Author:
설원준(Wonjoon Seol)/Dispatch squad
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35414 – Description

    v1 v2  
    44== Reproduction Steps:
    55
    6 Set up a fixture with default headers for both synchronous and asynchronous clients.
    7 Utilize the fixtures in test cases and observe the behavior.
    8 Notice that the synchronous client includes default headers as expected, while the asynchronous client does not.
    9 
     6- Set up a fixture with default headers for both synchronous and asynchronous clients.
     7- Utilize the fixtures in test cases and observe the behavior.
     8- Notice that the synchronous client includes default headers as expected, while the asynchronous client does not.
    109
    1110== Code Snippets:
Back to Top