Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Marzhan <[email protected]>
  • Loading branch information
delgod committed Nov 21, 2023
1 parent c672b6e commit 66591d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ def _validate_config_options(self) -> None:
self.config.request_time_zone is not None
and self.config.request_time_zone not in self.postgresql.get_postgresql_timezones()
):
raise Exception("request_time_zone config option has an invalid value")
raise Exception("request_time_zone config option has an invalid value 1")

def _update_relation_endpoints(self) -> None:
"""Updates endpoints and read-only endpoint in all relations."""
Expand Down

0 comments on commit 66591d7

Please sign in to comment.