We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50b9a9 commit f6aab17Copy full SHA for f6aab17
modules/swagger-codegen/src/main/resources/scala-gatling/api.mustache
@@ -42,7 +42,7 @@ class {{classname}}Simulation extends Simulation {
42
43
// Setup http protocol configuration
44
val httpConf = http
45
- .baseURL("{{basePath}}")
+ .baseUrl("{{basePath}}")
46
.doNotTrackHeader("1")
47
.acceptLanguageHeader("en-US,en;q=0.5")
48
.acceptEncodingHeader("gzip, deflate")
0 commit comments