diff --git a/daemon/tests/test_grpcw.py b/daemon/tests/test_grpc.py similarity index 99% rename from daemon/tests/test_grpcw.py rename to daemon/tests/test_grpc.py index 720fb059..bd3c92d3 100644 --- a/daemon/tests/test_grpcw.py +++ b/daemon/tests/test_grpc.py @@ -44,7 +44,7 @@ from core.nodes.network import SwitchNode, WlanNode from core.xml.corexml import CoreXmlWriter -class TestGrpcw: +class TestGrpc: @pytest.mark.parametrize("definition", [False, True]) def test_start_session(self, grpc_server: CoreGrpcServer, definition): # given