(self)
| 377 | self.token = token |
| 378 | |
| 379 | def _get_headers(self): |
| 380 | return {"Authorization": f"Bearer {self.token}", "Content-type": "application/json"} |
| 381 | |
| 382 | mock_client = MockClient(host, token) |
| 383 | final_status, success = transaction_id.poll_completion( |
no outgoing calls
no test coverage detected