mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Merge remote-tracking branch 'upstream/master' into add-user-permissions
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ namespace Octokit.Tests.Integration
|
||||
readonly string _testUser = "test-user";
|
||||
readonly string _distinguishedNameUser = "uid=test-user,ou=users,dc=company,dc=com";
|
||||
|
||||
readonly EnterpriseTeamContext _context;
|
||||
readonly TeamContext _context;
|
||||
readonly string _distinguishedNameTeam = "cn=test-team,ou=groups,dc=company,dc=com";
|
||||
|
||||
public ObservableEnterpriseLdapClientTests()
|
||||
|
||||
@@ -101,6 +101,6 @@ public class ObservableRespositoryDeployKeysClientTests : IDisposable
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Helper.DeleteRepo(_repository);
|
||||
Helper.DeleteRepo(Helper.GetAuthenticatedClient().Connection, _repository);
|
||||
}
|
||||
}
|
||||
@@ -82,7 +82,7 @@ namespace Octokit.Tests.Integration.Clients
|
||||
}
|
||||
|
||||
// Remove user if it was already renamed
|
||||
EnterpriseHelper.DeleteUser(renamedUsername);
|
||||
EnterpriseHelper.DeleteUser(_github.Connection, renamedUsername);
|
||||
}
|
||||
|
||||
[GitHubEnterpriseTest]
|
||||
|
||||
Reference in New Issue
Block a user