diff --git a/Octokit.Tests.Integration/Clients/DeploymentStatusClientTests.cs b/Octokit.Tests.Integration/Clients/DeploymentStatusClientTests.cs index 5d8ad0cc..3d19b48e 100644 --- a/Octokit.Tests.Integration/Clients/DeploymentStatusClientTests.cs +++ b/Octokit.Tests.Integration/Clients/DeploymentStatusClientTests.cs @@ -40,7 +40,8 @@ public class DeploymentStatusClientTests : IDisposable var commit = github.Git.Commit.Create(_context.RepositoryOwner, _context.RepositoryName, newCommit).Result; - var newDeployment = new NewDeployment(commit.Sha) { + var newDeployment = new NewDeployment(commit.Sha) + { Environment = "production", AutoMerge = false };