mirror of
https://github.com/google/nomulus.git
synced 2025-07-08 20:23:24 +02:00
Rename some overlooked uses of "white-list" and "blacklist" (#960)
* Rename some overlooked uses of "white-list" and "blacklist"
This commit is contained in:
parent
0e74df82df
commit
d73e557acc
3 changed files with 7 additions and 7 deletions
|
@ -86,7 +86,7 @@ class ExtensionManagerTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testBlacklistedExtensions_forbiddenWhenUndeclared() {
|
||||
void testDenylistedExtensions_forbiddenWhenUndeclared() {
|
||||
ExtensionManager manager =
|
||||
new TestInstanceBuilder()
|
||||
.setEppRequestSource(EppRequestSource.TOOL)
|
||||
|
@ -100,7 +100,7 @@ class ExtensionManagerTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
void testBlacklistedExtensions_allowedWhenDeclared() throws Exception {
|
||||
void testDenylistedExtensions_allowedWhenDeclared() throws Exception {
|
||||
ExtensionManager manager =
|
||||
new TestInstanceBuilder()
|
||||
.setEppRequestSource(EppRequestSource.TOOL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue