Skip to content

Commit

Permalink
update for check
Browse files Browse the repository at this point in the history
  • Loading branch information
rbi-aap committed Sep 3, 2024
1 parent ae47ffc commit 5bcacde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_bookmarks_by_section(client, app):
assert product_id == 1

with client.session_transaction() as session:
session['user'] = str(PUBLIC_USER_ID)
session['user'] = '59b4c5c61d41c8d736852fbf'
session['user_type'] = 'public'

with client.session_transaction() as session:
Expand Down

0 comments on commit 5bcacde

Please sign in to comment.