From 44d44701aaed337fefd5fad38dd6f34c0c91537f Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Fri, 28 Apr 2023 12:04:20 +0530 Subject: [PATCH] Change testPageTitle to fix test failure --- onenote/tests/test.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;