Fix a typo in test description 79/320679/1
authorMichal Bloch <m.bloch@samsung.com>
Tue, 4 Mar 2025 18:59:31 +0000 (19:59 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Wed, 5 Mar 2025 18:37:22 +0000 (19:37 +0100)
Change-Id: Ibfaa4bc253e16524cbde17e99650c6e66ae10667

tests/api_tests/test_api_switchuser.cpp

index 9103767f965b56df59ccce1aa90b78631ca682fa..e21a8c8dac7323907b2ad4db7e7366016a716132 100644 (file)
@@ -63,7 +63,7 @@ TEST(subsession_switch_user_test, APISwitchUserTest) {
                                                        .expected = SUBSESSION_ERROR_NONE,
                                                        .desc = "Check if current  [ " + std::string(TestUserStr::user_2) + " ] is successful",
                                                        .cb_expected = SUBSESSION_ERROR_INVALID_PARAMETER,
-                                                       .cb_desc = "Check if getting current user [" + std::string(TestUserStr::user_3) + " ]  is done", },
+                                                       .cb_desc = "Check if getting current user [" + std::string(TestUserStr::user_2) + " ]  is done", },
 
                        api_call_res_t{ .call_result = std::move(subsession_switch_user_l<subsession_5001>( TestUserStr::user_1)),
                                                        .expected = SUBSESSION_ERROR_NONE,