add support for organization web hooks (#1884)

This commit is contained in:
Martin Alex Philip Dawson
2020-06-07 20:53:20 +01:00
committed by GitHub
parent 62c0b1fe08
commit 8d3e7b3c2c
23 changed files with 1726 additions and 16 deletions
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace Octokit.Tests.Integration.fixtures
namespace Octokit.Tests.Integration.Fixtures
{
public class RepositoriesHooksFixture : IDisposable
{