Merge branch 'master' into asgi-refactor-attempt
This commit is contained in:
		| @@ -85,7 +85,7 @@ async def test_trigger_before_events_create_server(app): | ||||
|     async def init_db(app, loop): | ||||
|         app.db = MySanicDb() | ||||
|  | ||||
|     await app.create_server(debug=True, return_asyncio_server=True) | ||||
|     await app.create_server(debug=True, return_asyncio_server=True, port=PORT) | ||||
|  | ||||
|     assert hasattr(app, "db") | ||||
|     assert isinstance(app.db, MySanicDb) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adam Hopkins
					Adam Hopkins