Skip to content

Commit e48333f

Browse files
Adjust property name in integration test
1 parent ea1d551 commit e48333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Notion.IntegrationTests/FIleUploadsClientTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public async Task Verify_file_upload_flow()
3333
var createRequest = new CreateFileUploadRequest
3434
{
3535
Mode = FileUploadMode.SinglePart,
36-
Filename = "notion-logo.png",
36+
FileName = "notion-logo.png",
3737
};
3838

3939
var createResponse = await Client.FileUploads.CreateAsync(createRequest);

0 commit comments

Comments
 (0)