Skip to content

Commit

Permalink
Update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 10, 2023
1 parent 321c144 commit 64180e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class BoxSharedItemsManagerIntegrationTest : TestInFolder
public async Task SharedItemsAsync_ForSharedFolder_ShouldReturnSharedFolder()
{
var folder = await CreateFolder();
var password = "secret";
var password = "Secret123";
var sharedLinkReq = new BoxSharedLinkRequest()
{
Access = BoxSharedLinkAccessType.open,
Expand Down

0 comments on commit 64180e3

Please sign in to comment.