Skip to content

Commit

Permalink
Fix minor test bug (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp authored Oct 13, 2023
1 parent 6f98dad commit 1c4ffa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docsismodem/modems/touchstone_tg3492_upc_ch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class TouchstoneTG3492UPCCH(ObservableModem):
session = None
seleniumUri = None
loggedIn = False
browser = None

def __init__(self, config, logger):
self.baseUrl = "http://" + config['Modem']['Host']
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 1c4ffa3

Please sign in to comment.