aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_client_options.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2021-06-16 13:45:41 -0400
committerGitHub <noreply@github.com>2021-06-16 13:45:41 -0400
commitfbf447cf25468dfa7e99283ce66a9c10daacc488 (patch)
tree3f6725ebb6ecf81dc502cdf71ec2da174076e32a /tests/unit/test_client_options.py
parent11032cf08ecc16dd252a6cda8b33b0b28ec4f4ba (diff)
downloadpython-api-core-fbf447cf25468dfa7e99283ce66a9c10daacc488.tar.gz
chore: blacken (#206)
Also, fix 2.7 tests broken by release of 'googleapis-common-protos 1.53.0', which dropped Python 2.7 support. Closes #169
Diffstat (limited to 'tests/unit/test_client_options.py')
-rw-r--r--tests/unit/test_client_options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_client_options.py b/tests/unit/test_client_options.py
index 1581c56..38b9ad0 100644
--- a/tests/unit/test_client_options.py
+++ b/tests/unit/test_client_options.py
@@ -35,7 +35,7 @@ def test_constructor():
scopes=[
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
- ]
+ ],
)
assert options.api_endpoint == "foo.googleapis.com"
@@ -82,7 +82,7 @@ def test_from_dict():
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/cloud-platform.read-only",
- ]
+ ],
}
)