You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest test_api_generator.py
================================ test session starts ================================
platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0
rootdir: /usr/src/swarm_cloud/tests
plugins: time-machine-2.13.0, anyio-3.7.1
collected 18 items
test_api_generator.py F...F...EF.F.F...F [100%]
===================================== FAILURES ======================================
______________________ test_generate_api_key_unexpected_error _______________________
def test_generate_api_key_unexpected_error():
> with pytest.raises(RuntimeError):
E Failed: DID NOT RAISE <class 'RuntimeError'>
test_api_generator.py:34: Failed
This test is trying to create a runtime error by creating a key of length 100000. I think it doesn't make sense and should be deleted. An unexpected api key will be discovered when it isn't valid at the api call
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
From within a container, python 3.10.13
This test is trying to create a runtime error by creating a key of length 100000. I think it doesn't make sense and should be deleted. An unexpected api key will be discovered when it isn't valid at the api call
Upvote & Fund
The text was updated successfully, but these errors were encountered: