Skip to content

Commit e161ce6

Browse files
authored
Fix no timeout argument for gdm.scan() (#1356)
1 parent a85291e commit e161ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_gdm(plex):
88

99
gdm_enabled = plex.settings.get("GdmEnabled")
1010

11-
gdm.scan(timeout=2)
11+
gdm.scan()
1212
if gdm_enabled:
1313
assert len(gdm.entries)
1414
else:

0 commit comments

Comments
 (0)