Fix Typo in AppNet Interop (#27027)

* Fix typo

* Yapf
pull/27129/head
Richard Belleville 3 years ago committed by GitHub
parent 90c4a2a5eb
commit bc6bec11cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/run_tests/xds_k8s_test_driver/tests/app_net_test.py

@ -42,7 +42,8 @@ class AppNetTest(xds_k8s_testcase.AppNetXdsKubernetesTestCase):
self.td.create_router()
with self.subTest('4_start_test_server'):
test_server: _XdsTestServer = self.startTestServer()
test_server: _XdsTestServer = self.startTestServers(
replica_count=1)[0]
with self.subTest('5_setup_server_backends'):
self.setupServerBackends()

Loading…
Cancel
Save