updated grpc wrapper client test to be just the grpc client test
This commit is contained in:
parent
8108db545a
commit
7e6b87101b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue