Skip to content

Commit

Permalink
Fixed test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nupur Khare committed Dec 28, 2023
1 parent bc48dd8 commit 0b65603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test/chat_service_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ def _mock_validate_hub_signature(*args, **kwargs):
def test_whatsapp_valid_attachment_message_request():
def _mock_validate_hub_signature(*args, **kwargs):
return True

responses.reset()
responses.add(
"POST", "https://graph.facebook.com/v13.0/12345678/messages", json={}
)
Expand Down

0 comments on commit 0b65603

Please sign in to comment.