Skip to content

Commit

Permalink
SI-38 Don't attempt to parse response body from "Delete a Beta Tester…
Browse files Browse the repository at this point in the history
…" API
  • Loading branch information
dwrss committed Sep 3, 2024
1 parent deac6d5 commit c0a60eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botto/clients/app_store_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ async def delete_beta_tester(self, id: str, app: App):
),
headers=self.make_auth_header(app.app_store_key_id),
)
response_body: dict = await response.json()
try:
response.raise_for_status()
except ClientResponseError:
Expand Down

0 comments on commit c0a60eb

Please sign in to comment.