File tree 2 files changed +4
-4
lines changed
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():
184
184
):
185
185
await assertion_method (expected_response , client )
186
186
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 ()
189
189
190
190
async def test_addition (self ):
191
191
response = self .BASE_SRV_RESPONSE [:]
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ def dns_resolver_response():
184
184
):
185
185
assertion_method (expected_response , client )
186
186
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 ()
189
189
190
190
def test_addition (self ):
191
191
response = self .BASE_SRV_RESPONSE [:]
You can’t perform that action at this time.
0 commit comments