File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ def dns_resolver_response():
184184 ):
185185 await assertion_method (expected_response , client )
186186
187- # Close the client early to avoid affecting the next scenario run.
188- client .close ()
187+ # Close the client early to avoid affecting the next scenario run.
188+ await client .close ()
189189
190190 async def test_addition (self ):
191191 response = self .BASE_SRV_RESPONSE [:]
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ def dns_resolver_response():
184184 ):
185185 assertion_method (expected_response , client )
186186
187- # Close the client early to avoid affecting the next scenario run.
188- client .close ()
187+ # Close the client early to avoid affecting the next scenario run.
188+ client .close ()
189189
190190 def test_addition (self ):
191191 response = self .BASE_SRV_RESPONSE [:]
You can’t perform that action at this time.
0 commit comments