Skip to content

Commit

Permalink
Test API Change
Browse files Browse the repository at this point in the history
  • Loading branch information
elit3ge authored Jan 3, 2024
1 parent a2f2be4 commit 9af1d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def validate_sonarr_and_radarr(self):
def test_api_connection(self, connection):
try:
response = requests.get(
f"{connection['url']}/system/status",
f"{connection['url']}/api",
params={"apiKey": connection["api_key"]},
headers={"Content-Type": "application/json"},
)
Expand Down Expand Up @@ -170,4 +170,4 @@ def validate_libraries(self):
f"Invalid sort order '{sort_order}' in library '{library['name']}', supported values are {VALID_SORT_ORDERS}."
)

return True
return True

0 comments on commit 9af1d3e

Please sign in to comment.