Skip to content

Commit

Permalink
Update test_options.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Nov 29, 2024
1 parent 16485de commit 569349a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_server_and_local_config_with_default_value_forced():

def test_site_update_url():
url = f"{Options.update_site_url}/versions.yml"
with requests.get(url, verify=False) as resp:
with requests.get(url) as resp:
resp.raise_for_status()


Expand Down

0 comments on commit 569349a

Please sign in to comment.