Skip to content

Commit

Permalink
Update stream_chat/tests/async_chat/test_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
totalimmersion and github-actions[bot] authored Oct 23, 2023
1 parent d15f0e5 commit 03cc7cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stream_chat/tests/async_chat/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,9 @@ async def test_check_sqs(self, client: StreamChatAsync):
assert "invalid SQS url" in response["error"]

async def test_check_sns(self, client: StreamChatAsync):
response = await client.check_sns("key", "secret", "arn:aws:sns:us-east-1:123456789012:sns-topic")
response = await client.check_sns(
"key", "secret", "arn:aws:sns:us-east-1:123456789012:sns-topic"
)
assert response["status"] == "error"
assert "invalid SQS url" in response["error"]

Expand Down

0 comments on commit 03cc7cb

Please sign in to comment.