Skip to content

Commit

Permalink
Update tests/test_slot_name.py
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 25, 2024
1 parent cc8960f commit c61234f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_slot_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def setUp(self):
self.default_config = {
"host": "localhost",
"port": 5432,
"dbname": "test_db",
"database": "test_db",
"user": "postgres",
"password": "s3cr3t",
}
Expand Down

0 comments on commit c61234f

Please sign in to comment.