Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WerLaj committed Jan 29, 2024
1 parent 9ab4cbe commit a50e064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_api/server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_pkg(data: Dict[str, str]) -> PKG:
if owner_uri is None:
raise Exception("Missing owner URI")

store_path = current_app.config["STORE_PATH"]
store_path = current_app.config["SQLALCHEMY_DATABASE_URI"]

return PKG(
owner_uri,
Expand Down

0 comments on commit a50e064

Please sign in to comment.