소스 검색

Fix conference message test

JoostSijm 3 년 전
부모
커밋
bbbc2334a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_rival_regions_wrapper.py

+ 1 - 1
tests/test_rival_regions_wrapper.py

@@ -324,7 +324,7 @@ def test_article_info_two(api_wrapper, article_keys):
     assert isinstance(response['comments'], int), "Comments should be an integer"
     assert isinstance(response['post_date'], datetime), "Post date should be a datetime"
 
-# @pytest.mark.skip(reason="message request")
+@pytest.mark.skip(reason="message request")
 def test_conference_message(api_wrapper):
     """Test conference message"""
     conference_id = 439289