Describe the bug
The following tests fail
TestGetConstructors.test_get_constructors
To Reproduce
Steps to reproduce the behavior:
- Go to 'F1PyStats'
- Run the command below
$ poetry run nox --python 3.12 -s tests
- See error
Additional context
Currently, exactly 100 json records are returned when accessing the following url.
Previously, more than 100 records (for all constructors) were returned, and this error did not occur at that time.
https://ergast.com/api/f1/constructors.json?limit=230
Describe the bug
The following tests fail
TestGetConstructors.test_get_constructors
To Reproduce
Steps to reproduce the behavior:
Additional context
Currently, exactly 100 json records are returned when accessing the following url.
Previously, more than 100 records (for all constructors) were returned, and this error did not occur at that time.
https://ergast.com/api/f1/constructors.json?limit=230