diff --git a/Box.V2.Test.Integration/BoxSignRequestManagerIntegrationTest.cs b/Box.V2.Test.Integration/BoxSignRequestManagerIntegrationTest.cs index ba5cb0a72..38e61687a 100644 --- a/Box.V2.Test.Integration/BoxSignRequestManagerIntegrationTest.cs +++ b/Box.V2.Test.Integration/BoxSignRequestManagerIntegrationTest.cs @@ -70,7 +70,7 @@ public async Task CreateSignRequestAsync_ForCorrectSignRequestCreateRequest_Shou // first signer is the sender with role final_copy_reader, second is the recipient with role signer Assert.AreEqual(3, signRequest.Signers.Count); Assert.IsNotNull(signRequest.Signers[1].IframeableEmbedUrl); - + var signerGroupId = ""; for (var i = 0; i < signRequest.Signers.Count; i++) {