Skip to content

Commit

Permalink
fix: Response content for AppD (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk authored Nov 18, 2024
1 parent ddcf62d commit b53e502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def validate_scopes(self) -> dict[str, bool | str]:
break
else:
self.logger.error(
"Error while validating scopes for AppDynamics", extra=response.json()
"Error while validating scopes for AppDynamics", extra=response.content
)

return {"authenticated": authenticated, "administrator": administrator}
Expand Down

0 comments on commit b53e502

Please sign in to comment.