ashleysommer / sanic-cors

A Sanic extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. Based on flask-cors by Cory Dolphin.
MIT License
160 stars 22 forks source link

Use assertEqual instead of assertEquals for Python 3.11 compatibility. #54

Closed tirkarthi closed 2 years ago

tirkarthi commented 2 years ago

The deprecated aliases have been removed in python/cpython#28268

tirkarthi commented 2 years ago

Thanks @ashleysommer