Skip to content

Commit

Permalink
tests(integration): More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
merkata committed Sep 13, 2024
1 parent 6469e9d commit 7c3ff02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/any_charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, *args, **kwargs):
"""
super().__init__(*args, **kwargs)
self.on.define_event("reload_data", ReloadDataEvent)
self.matrix = MatrixAuthProvides(self)
self.matrix = MatrixAuthProvides(self,"provide-irc-bridge")
self.framework.observe(self.on.reload_data, self._on_reload_data)

def _on_reload_data(self, _: ReloadDataEvent) -> None:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def generate_anycharm_relation(
"""Deploy any-charm with a wanted matrix auth config and integrate it to the bridge app.
Args:
app: Deployed bind-operator app
app: Deployed irc-bridge app
ops_test: The ops test framework instance
any_charm_name: Name of the to be deployed any-charm
machine: The machine to deploy the any-charm onto
Expand Down

0 comments on commit 7c3ff02

Please sign in to comment.