Skip to content

Commit eeff5ab

Browse files
authored
Update rest_fixtures.py
1 parent 9b7872e commit eeff5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest_fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ async def finish():
172172
for app, handler, srv in cleanup:
173173
if app is None:
174174
continue
175-
await handler.finish_connections()
175+
await handler.shutdown()
176176
srv.close()
177177
await srv.wait_closed()
178178

0 commit comments

Comments
 (0)