Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing classes and methods #37

Merged
merged 31 commits into from
Dec 24, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update test
  • Loading branch information
ludeeus committed Dec 23, 2018
commit 47b6e9e32b2f279adb6436e8bda251923ccb2c3e
3 changes: 1 addition & 2 deletions googledevices/utils/test_all.py
Original file line number Diff line number Diff line change
@@ -141,8 +141,7 @@ async def test_all(): # pylint: disable=R0915
async with gdh_session() as session:
print("Testing Cast - Wifi - scan_for_wifi")
test_class = await Cast(TEST_HOST_CAST, LOOP, session).wifi()
data = {"settings": {"control_notifications": 2}}
test = await test_class.scan_for_wifi(data)
test = await test_class.scan_for_wifi()
print(format_json(test))
async with gdh_session():
await gdh_sleep(2)