(self)
| 667 | } |
| 668 | |
| 669 | def testDisableAutomerge(self): |
| 670 | response = self.pull.disable_automerge() |
| 671 | assert response == { |
| 672 | "actor": { |
| 673 | "avatarUrl": "https://avatars.githubusercontent.com/u/14806300?u=786f9f8ef8782d45381b01580f7f7783cf9c7e37&v=4", |
| 674 | "login": "heitorpolidoro", |
| 675 | "resourcePath": "/heitorpolidoro", |
| 676 | "url": "https://github.com/heitorpolidoro", |
| 677 | }, |
| 678 | "clientMutationId": None, |
| 679 | } |
nothing calls this directly
no test coverage detected