Skip to content

Commit b8acc94

Browse files
committed
Format bedrock tests and customization
1 parent 5ab4cf1 commit b8acc94

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/functional/test_bedrock_runtime.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
class TestBedrock(BaseSessionTest):
1818
def test_invoke_model_with_bidirectional_stream(self):
1919
"""InvokeModelWithBidirectionalStream operation removed due to h2 requirement"""
20-
bedrock_runtime_client = self.session.create_client('bedrock-runtime', 'us-west-2')
20+
bedrock_runtime_client = self.session.create_client(
21+
'bedrock-runtime', 'us-west-2'
22+
)
2123
try:
2224
bedrock_runtime_client.invoke_model_with_bidirectional_stream()
2325
except AttributeError:

0 commit comments

Comments
 (0)