aleph-im / aleph-vm

Aleph.im VM execution engine
MIT License
43 stars 18 forks source link

Problem: Test test_websocket_logs_invalid_auth fail on Python 3.12.3 #692

Closed olethanh closed 1 week ago

olethanh commented 3 weeks ago

All python version didn\'t return the same error E - {"status": "failed", "reason": "string indices must be integers"} E + {"status": "failed", "reason": "string indices must be integers, not \'str\'"}

Solution: Force a error message. Should also make the message a bit clearer

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.21%. Comparing base (fefb30d) to head (98bf59c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #692 +/- ## ========================================== + Coverage 62.19% 62.21% +0.01% ========================================== Files 69 69 Lines 6074 6076 +2 Branches 641 642 +1 ========================================== + Hits 3778 3780 +2 Misses 2144 2144 Partials 152 152 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.