Add fix for review comments

This commit is contained in:
aya 2025-08-13 14:09:55 +03:00
parent 16e5cc6e97
commit c64b2c5f5c
2 changed files with 2 additions and 2 deletions

View File

@ -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)
def nodes(self):
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")

View File

@ -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)
def nodes(self):
self.node1 = WakuNode(NODE_2, f"node1_{self.test_id}")