Skip to content

Commit

Permalink
return self from with-er for with_options
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin authored Aug 1, 2024
1 parent a9685bf commit 36ebcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/selenium/testcontainers/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def get_connection_url(self) -> str:

def with_options(self, options: Optional[ArgOptions]):
self.options = options
return self

def with_video(self, image: Optional[str] = None, video_path: Optional[Path] = None) -> Self:
video_path = video_path or Path.cwd()
Expand Down

0 comments on commit 36ebcaa

Please sign in to comment.