Skip to content

Commit

Permalink
change postgres url
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiazza committed Apr 16, 2024
1 parent dbe31d4 commit 1583e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stix2/test/v21/test_datastore_relational_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import stix2.properties

store = RelationalDBStore(
"postgresql://localhost/stix-data-sink",
"postgresql://localhost/postgres",
True,
None,
False,
Expand Down

0 comments on commit 1583e4d

Please sign in to comment.