Fix no timeout argument for gdm.scan() (#1356)

This commit is contained in:
JonnyWong16 2024-02-04 20:34:39 -08:00 committed by GitHub
parent a85291e933
commit e161ce69d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ def test_gdm(plex):
gdm_enabled = plex.settings.get("GdmEnabled")
gdm.scan(timeout=2)
gdm.scan()
if gdm_enabled:
assert len(gdm.entries)
else: