Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
weiiwang01 and benhoyt authored Jul 5, 2023
1 parent dd61b57 commit 6c0c537
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 @@ -1423,7 +1423,7 @@ def trigger_secret_expiration(self, secret_id: str, revision: int, *,
self.charm.on.secret_expired.emit(secret_id, label, revision)

def get_filesystem_root(self, container: Union[str, Container]) -> pathlib.Path:
"""Return the temporary directory harness used to simulate the container filesystem.
"""Return the path of the temporary directory the harness will use to simulate the container filesystem.
In the container runtime, each container is running in an isolated root filesystem.
To simulate this behavior, the testing harness creates a temporary directory for
Expand Down

0 comments on commit 6c0c537

Please sign in to comment.