Mark existing tests as online
- Remove `offline` and `expensive` markers
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import pytest
|
||||
from fbchat import ThreadType
|
||||
|
||||
pytestmark = pytest.mark.online
|
||||
|
||||
|
||||
def test_search_for(client1):
|
||||
users = client1.search_for_users("Mark Zuckerberg")
|
||||
|
Reference in New Issue
Block a user