Skip to content

Commit

Permalink
one more quote
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jun 27, 2024
1 parent 485d2f0 commit a085a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ async def test_no_extension(
hydrate, validation, load_test_data, database, pgstac
) -> None:
"""test PgSTAC with no extension."""
connection = f"postgresql://{database.user}:{database.password}@{database.host}:{database.port}/{database.dbname}"
connection = f"postgresql://{database.user}:{quote_plus(database.password)}@{database.host}:{database.port}/{database.dbname}"
with PgstacDB(dsn=connection) as db:
loader = Loader(db=db)
loader.load_collections(os.path.join(DATA_DIR, "test_collection.json"))
Expand Down

0 comments on commit a085a57

Please sign in to comment.