From 1583e4de370e98c57585bc3ed6e0cdb02c12995c Mon Sep 17 00:00:00 2001 From: Rich Piazza Date: Tue, 16 Apr 2024 15:43:05 -0400 Subject: [PATCH] change postgres url --- stix2/test/v21/test_datastore_relational_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/test/v21/test_datastore_relational_db.py b/stix2/test/v21/test_datastore_relational_db.py index a4061abb..ffdd4a19 100644 --- a/stix2/test/v21/test_datastore_relational_db.py +++ b/stix2/test/v21/test_datastore_relational_db.py @@ -5,7 +5,7 @@ import stix2.properties store = RelationalDBStore( - "postgresql://localhost/stix-data-sink", + "postgresql://localhost/postgres", True, None, False,