Skip to content

Commit

Permalink
fix(test): remove protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
safeamiiir committed Oct 7, 2024
1 parent 3511f54 commit a0e0da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_connection():
expected_title = "test title"
expected_description = "test description"

api = API(url="http://host.docker.internal:8000", timeout=1)
api = API(url="host.docker.internal:8000", timeout=1)

api.create_experiment(title=expected_title, description=expected_description)

Expand Down

0 comments on commit a0e0da4

Please sign in to comment.