Skip to content

Commit

Permalink
Update test_client.py
Browse files Browse the repository at this point in the history
added missing space
  • Loading branch information
dlyssenko authored Dec 14, 2024
1 parent cafb83d commit 7afc55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def tearDown(self):

def test_secure_transport( self ):
# create key and cert temp files
with tempfile.NamedTemporaryFile() as kf,\
with tempfile.NamedTemporaryFile() as kf, \
tempfile.NamedTemporaryFile() as cf:
kf.write( private_key.encode() )
kf.flush()
Expand Down

0 comments on commit 7afc55c

Please sign in to comment.