Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-volue committed Feb 13, 2024
1 parent 77cbb3a commit 45a5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/wapi_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_minimal_config_file():
config_file = os.path.join(os.path.dirname(__file__), 'testconfig_minimal.ini')
s = wapi.Session(config_file=config_file)
#
assert s.urlbase == 'https://api.wattsight.com'
assert s.urlbase == 'https://api.volueinsight.com'
assert s.auth is None


Expand Down

0 comments on commit 45a5560

Please sign in to comment.