Skip to content

Commit

Permalink
fix: remove print statement
Browse files Browse the repository at this point in the history
Co-authored-by: dominik003 <[email protected]>
  • Loading branch information
amolenaar and dominik003 authored Nov 13, 2023
1 parent 7d6bca0 commit ed9b433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/tests/sessions/test_sessions_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ def test_provision_sessions_as_user(
},
)
sessions = response.json()
print(sessions)

assert response.status_code == 200
assert len(sessions) == 2
Expand Down

0 comments on commit ed9b433

Please sign in to comment.