Skip to content

Commit

Permalink
Updated Marketplace URL
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferlinx101 committed Jun 27, 2023
1 parent bb32352 commit 99b017f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions superagi/models/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from superagi.models.base_model import DBBaseModel


# marketplace_url = "https://app.superagi.com/api"
marketplace_url = "http://localhost:8001"
marketplace_url = "https://app.superagi.com/api"
# marketplace_url = "http://localhost:8001"


class Toolkit(DBBaseModel):
Expand Down
3 changes: 2 additions & 1 deletion tests/unit_tests/models/test_toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
def mock_session():
return MagicMock()

marketplace_url = "http://localhost:8001"
# marketplace_url = "http://localhost:8001"
marketplace_url = "https://app.superagi.com/api"


def test_add_or_update_existing_toolkit(mock_session):
Expand Down

0 comments on commit 99b017f

Please sign in to comment.