From 7e6b87101bb45d0519765d1ce45458a85cb95c78 Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Tue, 4 May 2021 17:02:48 -0700 Subject: [PATCH] updated grpc wrapper client test to be just the grpc client test --- daemon/tests/{test_grpcw.py => test_grpc.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename daemon/tests/{test_grpcw.py => test_grpc.py} (99%) 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