aleph-im / aleph-vm

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

Problem: Websocked auth for fail user was not returning error #675

Closed olethanh closed 2 months ago

olethanh commented 2 months ago

Due to a previous refactoring the code wasn't reachable and thus the code only hang if the user was not the correct one

Solution: Code correction

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 61.50%. Comparing base (ff6c119) to head (b4f8e81). Report is 5 commits behind head on main.

Files Patch % Lines
src/aleph/vm/orchestrator/views/operator.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #675 +/- ## ========================================== + Coverage 61.43% 61.50% +0.06% ========================================== Files 68 68 Lines 5997 6000 +3 Branches 635 635 ========================================== + Hits 3684 3690 +6 + Misses 2158 2156 -2 + Partials 155 154 -1 ```

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