Rename some overlooked uses of "white-list" and "blacklist" (#960)

* Rename some overlooked uses of "white-list" and "blacklist"
This commit is contained in:
Ben McIlwain 2021-02-08 16:01:18 -05:00 committed by GitHub
parent 0e74df82df
commit d73e557acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -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)