Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronweeden committed Jan 29, 2025
1 parent 1b68e14 commit 30313f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_datawarehouse_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def test___enter___RuntimeError_xdmod_host_malformed():
match=(
r'(Invalid URL \'.*\': No host supplied|'
+ r'Invalid URL \'https:/controllers/metric_explorer.php\':'
+ r'No schema supplied. Perhaps you meant'
+ r'http://https:/controllers/metric_explorer.php\?)'
+ r' No schema supplied. Perhaps you meant'
+ r' http://https:/controllers/metric_explorer.php\?)'
),
):
with DataWarehouse('https://') as dw:
Expand Down

0 comments on commit 30313f5

Please sign in to comment.