Skip to content

Commit

Permalink
fix: update GOOGLE_API_USE_MTLS value (#453)
Browse files Browse the repository at this point in the history
update the values in error message
  • Loading branch information
arithmetic1728 authored Jun 11, 2020
1 parent a48ff4d commit 7449ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
)
else:
raise MutualTLSChannelError(
"Unsupported GOOGLE_API_USE_MTLS value. Accepted values: Never, Auto, Always"
"Unsupported GOOGLE_API_USE_MTLS value. Accepted values: never, auto, always"
)

# Save or instantiate the transport.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
)
else:
raise MutualTLSChannelError(
"Unsupported GOOGLE_API_USE_MTLS value. Accepted values: Never, Auto, Always"
"Unsupported GOOGLE_API_USE_MTLS value. Accepted values: never, auto, always"
)

# Save or instantiate the transport.
Expand Down

0 comments on commit 7449ad5

Please sign in to comment.