e2e-tests: Rename ReplayRecordsFromFeeder scenario
Remove the Scenario suffix from the class name, as that class is already in the scenarios package; redundant otherwise. Align the file name with the name of this class. Change-Id: Ieab4b0cc6c89017e449b1520a5f7d4c234da50eb
This commit is contained in:
@@ -26,7 +26,7 @@ import org.eclipse.jgit.hooks._
|
||||
|
||||
import scala.concurrent.duration._
|
||||
|
||||
class ReplayRecordsFromFeederScenario extends Simulation {
|
||||
class ReplayRecordsFromFeeder extends Simulation {
|
||||
|
||||
val gitProtocol = GitProtocol()
|
||||
implicit val conf = GatlingGitConfiguration()
|
||||
|
||||
Reference in New Issue
Block a user