Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
fix: Tests URL
Browse files Browse the repository at this point in the history
  • Loading branch information
B&R committed Mar 20, 2023
1 parent 93d3b9d commit 8ee23d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__init__.py
Expand Up @@ -6,7 +6,7 @@


class BaseTestCase(unittest.TestCase):
_base_url: str = 'http://localhost:30081'
_base_url: str = 'http://127.0.0.1:8050'

def get(self, url: str, auth: str = None, timeout: int = 15) -> requests.Response:
headers = {}
Expand Down

0 comments on commit 8ee23d6

Please sign in to comment.