summaryrefslogtreecommitdiff
path: root/test/redfish-core/include/privileges_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/redfish-core/include/privileges_test.cpp')
-rw-r--r--test/redfish-core/include/privileges_test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/redfish-core/include/privileges_test.cpp b/test/redfish-core/include/privileges_test.cpp
index 2d0da021eb..b7f7cbcc42 100644
--- a/test/redfish-core/include/privileges_test.cpp
+++ b/test/redfish-core/include/privileges_test.cpp
@@ -60,8 +60,8 @@ TEST(PrivilegeTest, PrivilegeCheckForSingleCaseFailure)
TEST(PrivilegeTest, PrivilegeCheckForANDCaseSuccess)
{
- auto userPrivileges =
- Privileges{"Login", "ConfigureManager", "ConfigureSelf"};
+ auto userPrivileges = Privileges{"Login", "ConfigureManager",
+ "ConfigureSelf"};
OperationMap entityPrivileges{
{boost::beast::http::verb::get,
{{"Login", "ConfigureManager", "ConfigureSelf"}}}};
@@ -135,4 +135,4 @@ TEST(PrivilegeTest, GetActivePrivilegeNames)
expectedPrivileges[4]));
}
} // namespace
-} // namespace redfish \ No newline at end of file
+} // namespace redfish