Skip to content

Commit 866f5c2

Browse files
committed
temp
1 parent ba587bb commit 866f5c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/core/azure-core/tests/test_rest/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
collect_ignore_glob = []
1414
if sys.version_info < (3, 5):
1515
collect_ignore_glob.append("test_async*.py")
16+

sdk/core/azure-core/tests/test_rest/test_stream_responses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def _create_http_response(url, content=None):
3030
def _read_jpeg_file():
3131
with open(HTTPBIN_JPEG_FILE_NAME, "rb") as f:
3232
file_bytes = f.read()
33+
raise ValueError(file_bytes)
3334
return file_bytes
3435

3536
def _assert_stream_state(response, open):

0 commit comments

Comments
 (0)