From cc8960fad71d0c05f8215c6eca87e7cc145a2e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:06:43 -0600 Subject: [PATCH] Add `password` --- tests/test_slot_name.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_slot_name.py b/tests/test_slot_name.py index e68443a..1f66779 100644 --- a/tests/test_slot_name.py +++ b/tests/test_slot_name.py @@ -10,6 +10,7 @@ def setUp(self): "port": 5432, "dbname": "test_db", "user": "postgres", + "password": "s3cr3t", } def test_default_slot_name(self):