From c61234fbfa19e5da16f4bb276676b36f184f9ada 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:09:47 -0600 Subject: [PATCH] Update tests/test_slot_name.py --- tests/test_slot_name.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_slot_name.py b/tests/test_slot_name.py index 1f66779..57e7001 100644 --- a/tests/test_slot_name.py +++ b/tests/test_slot_name.py @@ -8,7 +8,7 @@ def setUp(self): self.default_config = { "host": "localhost", "port": 5432, - "dbname": "test_db", + "database": "test_db", "user": "postgres", "password": "s3cr3t", }