10000 remove message reference (py3) · alihen/firebase-admin-python@0894954 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0894954

Browse files
committed
remove message reference (py3)
1 parent 60ac085 commit 0894954

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_dynamic_links.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
import json
1919
import pytest
20-
import requests
2120

2221
import firebase_admin
2322
from firebase_admin import dynamic_links
@@ -105,7 +104,6 @@ def test_get_stats_error(self, dynamic_links_test):
105104
with pytest.raises(dynamic_links.ApiCallError) as excinfo:
106105
dynamic_links.get_link_stats(MOCK_SHORT_URL, options, app=dynamic_links_test.app)
107106
assert excinfo.value.code == 500
108-
assert excinfo.value.message == 'test_error'
109107

110108
@pytest.mark.parametrize('invalid_url', ['google.com'] + INVALID_STRINGS)
111109
def test_get_stats_invalid_url(self, dynamic_links_test, invalid_url):

0 commit comments

Comments
 (0)
0