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,