Skip to content

Commit

Permalink
include missing image to make test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jsimonsmartsheet committed Aug 8, 2024
1 parent a7f726c commit 37b0fe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test-sdk-net80/UserResourcesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void TestAlternateEmail()
public void AddProfileImage()
{
UserProfile me = smartsheet.UserResources.GetCurrentUser();
smartsheet.UserResources.AddProfileImage(me.Id.Value, "../../../../../integration-test-sdk-net80/curly.jpg", "image/jpeg");
smartsheet.UserResources.AddProfileImage(me.Id.Value, "../../../../integration-test-sdk-net80/profileimage.png", "image/png");
me = smartsheet.UserResources.GetCurrentUser();
Assert.IsNotNull(me.ProfileImage.ImageId);
const int squareProfileImageSize = 1050;
Expand Down
Binary file added integration-test-sdk-net80/profileimage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 37b0fe5

Please sign in to comment.