(self, id)
| 114 | return char |
| 115 | |
| 116 | def getSkills(self, id): |
| 117 | char = self.getSsoCharacter(id) |
| 118 | resp = super().getSkills(char) |
| 119 | return resp.json() |
| 120 | |
| 121 | def getSecStatus(self, id): |
| 122 | char = self.getSsoCharacter(id) |
no test coverage detected