Skip to content

Commit 1c845a0

Browse files
committed
Fix broken test (which relied on default timeout being None).
The upstream behaviour has changed such that None is no longer the default: googleapis/google-auth-library-python#435
1 parent 00cf1d3 commit 1c845a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,6 @@ def test_valid_db_url(self, url):
739739
assert ref._client.timeout is None
740740
assert ref.get() == {}
741741
assert len(recorder) == 1
742-
assert recorder[0]._extra_kwargs.get('timeout') is None
743742

744743
@pytest.mark.parametrize('url', [
745744
None, '', 'foo', 'http://test.firebaseio.com', 'https://google.com',

0 commit comments

Comments
 (0)