We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e7d35 commit 121c69fCopy full SHA for 121c69f
tests/test_methods.py
@@ -19,7 +19,6 @@ def test_methods(self, mock_request):
19
20
methods = [
21
*self.account_methods,
22
- *self.device_methods,
23
*self.group_methods,
24
*self.status_methods,
25
*self.log_methods,
@@ -48,10 +47,6 @@ def account_methods(self) -> typing.List[Response]:
48
47
api.account.setProfilePicture(path)
49
]
50
51
- @property
52
- def device_methods(self) -> typing.List[Response]:
53
- return [api.device.getDeviceInfo()]
54
-
55
@property
56
def group_methods(self) -> typing.List[Response]:
57
return [
0 commit comments