Mark existing tests as online
- Remove `offline` and `expensive` markers
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import pytest
|
||||
|
||||
pytestmark = pytest.mark.online
|
||||
|
||||
|
||||
def test_catch_event(client2, catch_event):
|
||||
mid = "test"
|
||||
|
Reference in New Issue
Block a user