Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Oct 4, 2024
1 parent 8f127b5 commit 370d104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def api_request(user, request, data, timeout=10):
# Retrieve user cookies.
csrf, session = user_cookies[user]

# Disable unsecure connection warning.
# Disable insecure connection warning.
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

# Replace zone name with zone name from environment configuration.
Expand Down Expand Up @@ -286,7 +286,7 @@ def post_form_data(user, request, files):
# Retrieve user cookies.
csrf, session = user_cookies[user]

# Disable unsecure connection warning.
# Disable insecure connection warning.
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

# Make POST request.
Expand Down

0 comments on commit 370d104

Please sign in to comment.