mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
Add fix for review comments
This commit is contained in:
parent
16e5cc6e97
commit
c64b2c5f5c
@ -16,7 +16,7 @@ These tests make sure thst REST flags related to admin flags acting as expected
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class TestE2E(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
|
class TestAdminFlags(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
|
||||||
@pytest.fixture(scope="function", autouse=True)
|
@pytest.fixture(scope="function", autouse=True)
|
||||||
def nodes(self):
|
def nodes(self):
|
||||||
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")
|
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")
|
||||||
|
|||||||
@ -16,7 +16,7 @@ These tests make sure thst REST flags related to debug acting as expected
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class TestE2E(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
|
class TestDebugFlags(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
|
||||||
@pytest.fixture(scope="function", autouse=True)
|
@pytest.fixture(scope="function", autouse=True)
|
||||||
def nodes(self):
|
def nodes(self):
|
||||||
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")
|
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user