mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
tests: Updates and fixes for tests, changing master to main and adding flaky tests marker (#2511)
This commit is contained in:
@@ -16,7 +16,7 @@ public class DeploymentStatusClientTests : IDisposable
|
||||
var github = Helper.GetAuthenticatedClient();
|
||||
|
||||
_deploymentsClient = github.Repository.Deployment;
|
||||
_context = github.CreateRepositoryContext("public-repo").Result;
|
||||
_context = github.CreateRepositoryContextWithAutoInit("public-repo").Result;
|
||||
|
||||
var blob = new NewBlob
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user