(self, id)
| 124 | return resp.json() |
| 125 | |
| 126 | def getFittings(self, id): |
| 127 | char = self.getSsoCharacter(id) |
| 128 | resp = super().getFittings(char) |
| 129 | return resp.json() |
| 130 | |
| 131 | def postFitting(self, id, json_str): |
| 132 | # @todo: new fitting ID can be recovered from resp.data, |
no test coverage detected