Skip to content

Commit

Permalink
Merge pull request #22 from ayachi-code/correctPath
Browse files Browse the repository at this point in the history
[update] updated PATH variable to correct destination
  • Loading branch information
fzovpec authored Apr 8, 2024
2 parents 15dfb28 + 9f661ba commit 90d062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_server_check/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def send_data_and_check_is_visible():

response = requests.post(f'http://{SERVER_ADDRESS}:{SERVER_PORT}{PAGE_PATH}', data=files, timeout=(5, 5))

PATH = "/get_cats.html"
PATH = "/personal_cats.html"

connection = http.client.HTTPConnection(SERVER_ADDRESS, SERVER_PORT, timeout=3)
connection.request("GET", PATH)
Expand Down

0 comments on commit 90d062a

Please sign in to comment.