Skip to content

Commit

Permalink
misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Feb 20, 2025
1 parent ccd8d8a commit 3f91a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/connectors/confluence/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,6 @@ def validate_connector_settings(self) -> None:

if not spaces or not spaces.get("results"):
raise ConnectorValidationError(
"No Confluence spaces found. Either your app lacks permissions, or "
"No Confluence spaces found. Either your credentials lack permissions, or "
"there truly are no spaces in this Confluence instance."
)

0 comments on commit 3f91a05

Please sign in to comment.