Skip to content

Commit e50b9a9

Browse files
committed
Match default authorizationHeader in the conf file
1 parent f1569a0 commit e50b9a9

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
@@ -51,7 +51,7 @@ class {{classname}}Simulation extends Simulation {
5151
.contentTypeHeader(contentTypeHeader)
5252
5353
// set authorization header if it has been modified from config
54-
if(!authentication.equals("~MANUAL_ENTRY")){
54+
if(!authentication.equals("~MANUAL_ENTRY~")){
5555
httpConf.authorizationHeader(authentication)
5656
}
5757

0 commit comments

Comments
 (0)