Skip to content

Commit

Permalink
feat: add forward-auth relation
Browse files Browse the repository at this point in the history
  • Loading branch information
natalian98 committed Oct 24, 2023
1 parent 1ad53b6 commit 2a25dd3
Show file tree
Hide file tree
Showing 5 changed files with 743 additions and 23 deletions.
1 change: 0 additions & 1 deletion lib/charms/harness_extensions/v0/capture_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ def capture(charm: CharmBase, typ_: Type[_T] = EventBase) -> Iterator[Captured[_
event = captured[0]
assert isinstance(event, typ_), f"expected {typ_}, not {type(event)}"
result.event = event

Loading

0 comments on commit 2a25dd3

Please sign in to comment.