diff --git a/tests/test_api_v1_accounts_update_credentials.cpp b/tests/test_api_v1_accounts_update_credentials.cpp index f0f400f..4688510 100644 --- a/tests/test_api_v1_accounts_update_credentials.cpp +++ b/tests/test_api_v1_accounts_update_credentials.cpp @@ -62,7 +62,7 @@ SCENARIO ("/api/v1/accounts/update_credentials can be called successfully", REQUIRE(account.valid()); - REQUIRE(account.id() == user_id); + REQUIRE(account.display_name() == "testaccount"); } } }