mirror of https://github.com/apache/archiva.git
fix bean name used for tests
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1179665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dcedd99ef9
commit
2378e1a5a7
|
@ -47,7 +47,7 @@ public class ArtifactMissingChecksumsConsumerTest
|
|||
repoConfig.setLayout( "default" );
|
||||
repoConfig.setLocation( new File( "target/test-classes/test-repo/" ).getPath() );
|
||||
|
||||
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#artifact-missing-checksums-consumer",
|
||||
consumer = applicationContext.getBean( "knownRepositoryContentConsumer#create-missing-checksums",
|
||||
KnownRepositoryContentConsumer.class );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue