Skip to content

Commit

Permalink
test(mymdc): mock get bot credentials return
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Aug 24, 2024
1 parent 3fdf408 commit bb1dc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def mymdc_client():
"zulip_write_only_proxy.mymdc.client", new_callable=AsyncMock
) as mock_class:
mock_class.return_value = mock_class
mock_class.get_zulip_bot_credentials.return_value = ("key", "email")
yield mock_class


Expand Down

0 comments on commit bb1dc90

Please sign in to comment.