Skip to content

Commit 7e96f0e

Browse files
committed
fix: failing test_new_session_created
1 parent 12678bc commit 7e96f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_session.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def test_default_session(boto3_default_session):
8989
assert sess.boto_session is boto3_default_session
9090

9191

92+
@patch("boto3.DEFAULT_SESSION", None)
9293
@patch("boto3.Session")
9394
def test_new_session_created(boto3_session):
9495
sess = Session()

0 commit comments

Comments
 (0)