Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Fix the flag name in xds_k8s_testcase (grpc#27200)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng authored Aug 31, 2021
1 parent ce5b4e9 commit b9cf89c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def setUpClass(cls):
cls.force_cleanup = _FORCE_CLEANUP.value
cls.debug_use_port_forwarding = \
xds_k8s_flags.DEBUG_USE_PORT_FORWARDING.value
cls.enable_workload_identity = xds_k8s_flags.enable_workload_identity.value
cls.enable_workload_identity = xds_k8s_flags.ENABLE_WORKLOAD_IDENTITY.value
cls.check_local_certs = _CHECK_LOCAL_CERTS.value

# Resource managers
Expand Down

0 comments on commit b9cf89c

Please sign in to comment.