Skip to content

Commit

Permalink
fix: remove set_user
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Mar 16, 2024
1 parent 443430f commit 1e71e72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions raven/api/test_chat_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ def create_messages():
Create test messages in the channel
Higher the number, newer the message
'''

frappe.set_user('Administrator')

# Create 100 messages
for i in range(100):
Expand Down

0 comments on commit 1e71e72

Please sign in to comment.