Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 99a2683

Browse files
1 parent 1474387 commit 99a2683

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/system/test_response_metadata.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ async def test_metadata_response_unary_async(
106106
metadata=(request_metadata,),
107107
)
108108
except Exception as exception:
109-
print(f"Encountered exception (test) START: vvvvvvvvvvvvvvvvvvvv\n{exception}\n==================== Traceback:\n{traceback.format_exc()}\nEncountered exception (test) END ^^^^^^^^^^^^^^^^^^^^")
109+
print(
110+
f"Encountered exception (test) START: vvvvvvvvvvvvvvvvvvvv\n{exception}\n==================== Traceback:\n{traceback.format_exc()}\nEncountered exception (test) END ^^^^^^^^^^^^^^^^^^^^"
111+
)
110112

111113
assert response.content == request_content
112114
assert request_metadata in interceptor.request_metadata

0 commit comments

Comments
 (0)