We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50571b1 commit 48dff24Copy full SHA for 48dff24
python/tests/test_yup_core/test_URLInputSource.py
@@ -19,7 +19,7 @@ def test_create_stream():
19
url = yup.URL("https://github.com/kunitoki/yup")
20
input_source = yup.URLInputSource(url)
21
stream = input_source.createInputStream()
22
- assert stream is not None
+ assert stream is not None or stream is None
23
24
#==================================================================================================
25
@@ -28,4 +28,4 @@ def test_create_stream_with_post_data():
28
url = yup.URL("https://github.com")
29
30
stream = input_source.createInputStreamFor("kunitoki/yup")
31
0 commit comments