diff --git a/src/test/rpc/AccountObjects_test.cpp b/src/test/rpc/AccountObjects_test.cpp index 1b204c858..c0faf8bde 100644 --- a/src/test/rpc/AccountObjects_test.cpp +++ b/src/test/rpc/AccountObjects_test.cpp @@ -526,7 +526,7 @@ public: { // Find the uri token. std::string const uri(maxTokenURILength, '?'); - Json::Value const resp = acct_objs(gw, jss::uri_token); + Json::Value const resp = acct_objs(gw, jss::URIToken); BEAST_EXPECT(acct_objs_is_size(resp, 1)); auto const& uritoken = resp[jss::result][jss::account_objects][0u];