XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.1k stars 265 forks source link

Added a test for `repos().is_collaborator()`. The 204 case is good! #553

Closed manchicken closed 9 months ago

manchicken commented 9 months ago

Added a test for repos().is_collaborator() which proves the 204 case is good.

https://github.com/manchicken/octocrab/issues/156