Skip to content

Commit

Permalink
tests with use_ssl=True
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jan 27, 2024
1 parent b52b573 commit fece609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minipg/test_minipg.py
Expand Up @@ -46,6 +46,7 @@ def setUp(self):
user=self.user,
password=self.password,
database=self.database,
use_ssl=True,
)

def tearDown(self):
Expand Down

0 comments on commit fece609

Please sign in to comment.