You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: presto-hive/src/test/java/com/facebook/presto/hive/security/ranger/TestRangerBasedAccessControlConfig.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -87,15 +87,15 @@ public void testValidation()
87
87
RANGER_REST_USER_GROUPS_AUTH_USERNAME, "admin",
88
88
RANGER_REST_USER_GROUPS_AUTH_PASSWORD, "admin")))
89
89
.isInstanceOf(ConfigurationException.class)
90
-
.hasMessageContaining("Invalid configuration property hive.ranger.rest-endpoint: may not be null");
90
+
.hasMessageContaining("Invalid configuration property hive.ranger.rest-endpoint: must not be null");
0 commit comments