balena-io / balena-sdk-python

Balena SDK for Python
Apache License 2.0
67 stars 46 forks source link

Fix typo in /v2/applications/:appId/restart-service Supervisor API call #359

Closed cywang117 closed 3 months ago

cywang117 commented 3 months ago

The API endpoint being called was /v2/applications/:appId/restart_service (with underscore) when it should be /v2/applications/:appId/restart-service (with dash).

Change-type: patch Closes: #354

cywang117 commented 3 months ago

Something is wrong with the tests, specifically the log unsubscribe function, despite my efforts to get them patched, will revisit in case it's a transient issue with the API. If anyone knows what the issue is and can get this to work, please feel free to push or fixup my test-fixing commit.