Skip to content

Commit

Permalink
Update ops/testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer authored Mar 8, 2024
1 parent 19cf1bf commit c0244ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def remove_storage(self, storage_id: str) -> None:
def add_relation(self, relation_name: str, remote_app: str, *,
app_data: Optional[Mapping[str, str]] = None,
unit_data: Optional[Mapping[str, str]] = None) -> int:
"""Declare that there is a new integration between this application and `remote_app`.
"""Declare that there is a new relation between this application and `remote_app`.
This function creates a relation with an application and triggers a
:class:`RelationCreatedEvent <ops.RelationCreatedEvent>`.
Expand Down

0 comments on commit c0244ee

Please sign in to comment.