Skip to content

Commit f0a7a92

Browse files
authored
fix: test_04_key_issuer with default timeout
1 parent 08de0f4 commit f0a7a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_04_key_issuer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def test_localhost_url():
774774

775775
kb = issuer.find(url)
776776
assert len(kb) == 1
777-
assert kb[0].httpc_params == {"verify": False}
777+
assert kb[0].httpc_params == {"timeout": 10, "verify": False}
778778

779779

780780
def test_add_url():

0 commit comments

Comments
 (0)