File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,14 @@ def test_traffic_director_grpc_setup(self):
44
44
with self .subTest ('4_create_forwarding_rule' ):
45
45
self .td .create_forwarding_rule (self .server_xds_port )
46
46
47
- test_servers : _XdsTestServer
48
47
with self .subTest ('5_start_test_server' ):
49
- test_servers = self .startTestServers ()
48
+ test_server : _XdsTestServer = self .startTestServers ()[ 0 ]
50
49
51
50
with self .subTest ('6_add_server_backends_to_backend_service' ):
52
51
self .setupServerBackends ()
53
52
54
- test_client : _XdsTestClient
55
53
with self .subTest ('7_start_test_client' ):
56
- test_client = self .startTestClient (test_servers [ 0 ] )
54
+ test_client : _XdsTestClient = self .startTestClient (test_server )
57
55
58
56
with self .subTest ('8_test_client_xds_config_exists' ):
59
57
self .assertXdsConfigExists (test_client )
You can’t perform that action at this time.
0 commit comments