You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/10/24 11:34:37 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6407: [AIRFLOW-5740] Fix Transient failure in Slack test

kaxil commented on a change in pull request #6407: [AIRFLOW-5740] Fix Transient failure in Slack test
URL: https://github.com/apache/airflow/pull/6407#discussion_r338522450
 
 

 ##########
 File path: tests/contrib/hooks/test_slack_webhook_hook.py
 ##########
 @@ -105,7 +105,7 @@ def test_build_slack_message(self):
         message = hook._build_slack_message()
 
         # Then
-        self.assertEqual(self.expected_message, message)
+        self.assertCountEqual(self.expected_message, message)
 
 Review comment:
   Yup, you are right !!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services