Skip to content

Commit f6aab17

Browse files
committed
baseURL should be baseUrl
1 parent e50b9a9 commit f6aab17

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen/src/main/resources/scala-gatling

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/scala-gatling/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class {{classname}}Simulation extends Simulation {
4242
4343
// Setup http protocol configuration
4444
val httpConf = http
45-
.baseURL("{{basePath}}")
45+
.baseUrl("{{basePath}}")
4646
.doNotTrackHeader("1")
4747
.acceptLanguageHeader("en-US,en;q=0.5")
4848
.acceptEncodingHeader("gzip, deflate")

0 commit comments

Comments
 (0)