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 f1569a0 commit e50b9a9Copy full SHA for e50b9a9
modules/swagger-codegen/src/main/resources/scala-gatling/api.mustache
@@ -51,7 +51,7 @@ class {{classname}}Simulation extends Simulation {
51
.contentTypeHeader(contentTypeHeader)
52
53
// set authorization header if it has been modified from config
54
- if(!authentication.equals("~MANUAL_ENTRY")){
+ if(!authentication.equals("~MANUAL_ENTRY~")){
55
httpConf.authorizationHeader(authentication)
56
}
57
0 commit comments