Skip to content

Commit

Permalink
fix ci error probably related to #2440
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jan 18, 2024
1 parent 1b3b66b commit 6d80da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CatsSimulationWithSilentWarmUp extends Simulation {
exec(karateFeature("classpath:mock/cats-delete.feature@name=delete"))
}

val customWarmup: ScenarioBuilder = scenario("custom warm-up").exec(karateFeature("classpath:mock/cats-rpc.feature").silent())
val customWarmup: ScenarioBuilder = scenario("custom warm-up").exec(karateFeature("classpath:mock/custom-rpc.feature").silent())
val custom: ScenarioBuilder = scenario("custom").exec(karateFeature("classpath:mock/custom-rpc.feature"))

setUp(
Expand Down

0 comments on commit 6d80da8

Please sign in to comment.