Skip to content
Merged
Changes from all commits
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
4 changes: 0 additions & 4 deletions tests/test_device_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def test_read_by_id(mock_post):
assert device.password == '$ubiqube'
assert device.password_admin == ''
assert not device.log_enabled
assert not device.mail_alerting
assert not device.reporting
assert device.use_nat
assert device.snmp_community == ''
mock_call_get.assert_called_once()

Expand Down Expand Up @@ -98,9 +96,7 @@ def test_read_by_reference(mock_post):
assert device.password == '$ubiqube'
assert device.password_admin == ''
assert not device.log_enabled
assert not device.mail_alerting
assert not device.reporting
assert device.use_nat
assert device.snmp_community == ''
mock_call_get.assert_called_once()

Expand Down