Skip to content

Commit

Permalink
typos and miss in prev commit #1622
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Jun 13, 2021
1 parent 0a6a6d4 commit 4a700dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -76,7 +76,7 @@ class KarateFeatureAction(val name: String, val tags: Seq[String], val protocol:
callArg.putAll(incomingData)
}

callArg.put("__gatling", gatlingSessionAttributes)
callArg.put(KarateProtocol.GATLING_KEY, gatlingSessionAttributes)

protocol.runner.suiteCache(KarateProtocol.GLOBAL_CACHE)
protocol.runner.classLoader(Thread.currentThread.getContextClassLoader)
Expand Down
2 changes: 1 addition & 1 deletion karate-gatling/src/test/scala/mock/CatsSimulation.scala
Expand Up @@ -23,7 +23,7 @@ class CatsSimulation extends Simulation {
println("*** session status in gatling: " + session.status)
session
})
val delete = scenario("delete").group("delete xcats") {
val delete = scenario("delete").group("delete cats") {
exec(karateFeature("classpath:mock/cats-delete.feature@name=delete"))
}
val custom = scenario("custom").exec(karateFeature("classpath:mock/custom-rpc.feature"))
Expand Down

0 comments on commit 4a700dd

Please sign in to comment.