diff --git a/onenote/tests/test.bal b/onenote/tests/test.bal index 25c1109..5e67e7f 100644 --- a/onenote/tests/test.bal +++ b/onenote/tests/test.bal @@ -36,7 +36,7 @@ ConnectionConfig configuration = { Client oneNoteClient = check new(configuration); string testNotebookName = "My Notebook"; string testSectionName = "Quick Notes"; -string testPageTitle = "Test ccc"; +string testPageTitle = "Test Page Title"; string notebookId = "0-1D68E652C4776202!1086"; string sectionId = EMPTY_STRING; string sectionGroupId = EMPTY_STRING;