From 18d7d4d33e58a194707f361b59ed24186a5661e2 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 24 Feb 2015 10:39:48 +0930 Subject: [PATCH] this test requires the organization environment variable be set --- Octokit.Tests.Integration/Clients/RepositoriesClientTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests.Integration/Clients/RepositoriesClientTests.cs b/Octokit.Tests.Integration/Clients/RepositoriesClientTests.cs index deb3a225..4557aa93 100644 --- a/Octokit.Tests.Integration/Clients/RepositoriesClientTests.cs +++ b/Octokit.Tests.Integration/Clients/RepositoriesClientTests.cs @@ -351,7 +351,7 @@ public class RepositoriesClientTests } } - [IntegrationTest] + [OrganizationTest] public async Task ThrowsRepositoryExistsExceptionForExistingRepository() { var github = Helper.GetAuthenticatedClient();