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

Commit cd9b0d6

Browse files
1 parent 32f059d commit cd9b0d6

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
@@ -105,7 +105,9 @@ async def test_metadata_response_unary_async(
105105
metadata=(request_metadata,),
106106
)
107107
except Exception as exception:
108-
print(f"Encountered exception (test) START: vvvvvvvvvvvvvvvvvvvv\n{exception}\nEncountered exception (test) END ^^^^^^^^^^^^^^^^^^^^")
108+
print(
109+
f"Encountered exception (test) START: vvvvvvvvvvvvvvvvvvvv\n{exception}\nEncountered exception (test) END ^^^^^^^^^^^^^^^^^^^^"
110+
)
109111

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

0 commit comments

Comments
 (0)