microsoft / PowerShellForGitHub

Microsoft PowerShell wrapper for GitHub API
Other
588 stars 186 forks source link

GitHubRepositories: Remove `has_wiki` Check from Private Repositories Unit Tests #404

Closed X-Guardian closed 1 year ago

X-Guardian commented 1 year ago

Description

Remove the has_wiki property check from the private repositories unit tests as Wikis are no longer supported on the GitHub free tier.

Issues Fixed

References

N/A

Checklist

X-Guardian commented 1 year ago

@HowardWolosky, please can you trigger the CI checks on this PR.

HowardWolosky commented 1 year ago

/azp run PowerShellForGitHub-CI

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).
X-Guardian commented 1 year ago

The other unit tests are for public repos which still allow Wikis on the free tier, so that is why they are not broken.