8000 error codes · ClarkDing/firebase-admin-python@65b4f9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 65b4f9f

Browse files
committed
error codes
1 parent bad576c commit 65b4f9f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

integration/test_dynamic_links.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ def test_unauthorized(self):
5252
'https://fake1.app.goo.gl/uQWc',
5353
dynamic_links.StatOptions(duration_days=4000))
5454
assert excinfo.value.code == 'authentication-error'
55-
print(excinfo.value, dir(excinfo.value))
56-
57-
print(excinfo.value, dir(excinfo.value), "\nARGS: ", excinfo.value.args,
58-
"\nCODE : ", excinfo.value.code,
59-
"\nDETAIL",
60-
excinfo.value.detail, "\n\nh:",dir(excinfo.value.detail))
6155

6256
@pytest.mark.skipif(not dynamic_links_e2e_url,
6357
reason='End-to-end tests not set up, see CONTRIBTING.md file.')
@@ -68,9 +62,3 @@ def test_bad_request(self):
6862
dynamic_links.StatOptions(duration_days=4000))
6963
assert excinfo.value.code == 'invalid-argument'
7064
assert 'Request contains an invalid argument' in str(excinfo.value)
71-
72-
print(excinfo.value, dir(excinfo.value), "\nARGS: ", excinfo.value.args,
73-
"\nCODE : ", excinfo.value.code,
74-
"\nDETAIL",
75-
excinfo.value.detail, "\n\nh:",dir(excinfo.value.detail))
76-

0 commit comments

Comments
 (0)
0