Skip to content

Commit 83a5b0a

Browse files
authored
Add files via upload
1 parent f7a993c commit 83a5b0a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

performance-tests/E2E/nurse-journey.jmx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<boolProp name="DNSCacheManager.isCustomResolver">false</boolProp>
197197
</DNSCacheManager>
198198
<hashTree/>
199-
<AuthManager guiclass="AuthPanel" testclass="AuthManager" testname="HTTP Authorization Manager" enabled="true">
199+
<AuthManager guiclass="AuthPanel" testclass="AuthManager" testname="HTTP Authorization Manager">
200200
<collectionProp name="AuthManager.auth_list"/>
201201
<boolProp name="AuthManager.controlledByThreadGroup">false</boolProp>
202202
</AuthManager>
@@ -573,7 +573,9 @@ props.put(&quot;SessionIdProp&quot;,ConsentSession)</stringProp>
573573
<stringProp name="parameters"></stringProp>
574574
<stringProp name="filename"></stringProp>
575575
<stringProp name="cacheKey">true</stringProp>
576-
<stringProp name="script">vars.put(&quot;SessionId&quot;,props.get(&quot;SessionIdProp&quot;))</stringProp>
576+
<stringProp name="script">vars.put(&quot;SessionId&quot;,props.get(&quot;SessionIdProp&quot;))
577+
578+
log.info(&quot;session ID is &quot; + vars.get(&quot;SessionId&quot;))</stringProp>
577579
</JSR223PreProcessor>
578580
<hashTree/>
579581
</hashTree>
@@ -753,7 +755,7 @@ props.put(&quot;SessionIdProp&quot;,ConsentSession)</stringProp>
753755
<boolProp name="TransactionController.includeTimers">false</boolProp>
754756
</TransactionController>
755757
<hashTree>
756-
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="2.1 Open session ${SessionId}">
758+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="2.1 Open session">
757759
<stringProp name="HTTPSampler.path">sessions/${SessionId}</stringProp>
758760
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
759761
<stringProp name="HTTPSampler.method">GET</stringProp>
@@ -769,7 +771,7 @@ props.put(&quot;SessionIdProp&quot;,ConsentSession)</stringProp>
769771
</ConstantTimer>
770772
<hashTree/>
771773
</hashTree>
772-
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="2.2 Session register" enabled="true">
774+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="2.2 Session register">
773775
<stringProp name="HTTPSampler.path">sessions/${SessionId}/register</stringProp>
774776
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
775777
<stringProp name="HTTPSampler.method">GET</stringProp>

0 commit comments

Comments
 (0)