Skip to content

Commit

Permalink
Fix the mail IT plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Oct 28, 2015
1 parent 28fee84 commit 676264b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import org.junit.runners.model.FrameworkMethod;
import org.seedstack.seed.it.spi.ITKernelMode;
import org.seedstack.seed.it.spi.ITRunnerPlugin;
import org.seedstack.seed.mail.api.WithMailServer;
Expand Down Expand Up @@ -38,7 +39,7 @@ public List<Class<? extends MethodRule>> provideMethodRulesToApply(TestClass tes
}

@Override
public Map<String, String> provideDefaultConfiguration(TestClass testClass) {
public Map<String, String> provideDefaultConfiguration(TestClass testClass, FrameworkMethod method) {
return Maps.newHashMap();
}

Expand Down

0 comments on commit 676264b

Please sign in to comment.