Skip to content

Commit 51236ee

Browse files
author
Amanda Bozigian
committed
update test name
1 parent 11fd869 commit 51236ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metacat-main/src/test/groovy/com/netflix/metacat/main/manager/ConnectorManagerSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class ConnectorManagerSpec extends Specification {
212212
connectorManager.getPartitionServices().size() == 4
213213
}
214214

215-
def "instantiates throttling, auth enabled, or base connector correctly"() {
215+
def "instantiates validating (throttling and/or auth enabled) or base connector correctly"() {
216216
given:
217217
def connectorManager = new ConnectorManager(config)
218218
def connectorInfoConverter = Mock(ConnectorInfoConverter)

0 commit comments

Comments
 (0)