Skip to content

Commit

Permalink
fix tests and cargo file
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernaciak committed Jun 17, 2024
1 parent 997b8e4 commit 57962fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion py_tests/test_fusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test__get_canonical_root_url() -> None:
from fusion.utils import _get_canonical_root_url

some_url = "https://fusion.jpmorgan.com/api/v1/a_given_resource"
root_url = "https://fusion-api.jpmorgan.com"
root_url = "https://fusion.jpmorgan.com"
assert root_url == _get_canonical_root_url(some_url)


Expand Down

0 comments on commit 57962fe

Please sign in to comment.