mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Fixes as per PR review comments
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Octokit.Tests.Integration.Helpers
|
||||
var api = Helper.GetBasicAuthClient();
|
||||
try
|
||||
{
|
||||
api.User.GpgKeys.Delete(Key.Id).Wait(TimeSpan.FromSeconds(15));
|
||||
api.User.GpgKey.Delete(Key.Id).Wait(TimeSpan.FromSeconds(15));
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user