mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -342,7 +342,7 @@ public:
|
||||
// The current HTTP/S ServerHandler returns an HTTP 403 error code here
|
||||
// rather than a noPermission JSON error. The JSONRPCClient just eats
|
||||
// that error and returns an null result.
|
||||
BEAST_EXPECT(result.type() == json::NullValue);
|
||||
BEAST_EXPECT(result.type() == json::ValueType::Null);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user