|
42 | 42 | </collectionProp> |
43 | 43 | </HeaderManager> |
44 | 44 | <hashTree/> |
45 | | - <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true"> |
| 45 | + <Arguments guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables"> |
46 | 46 | <collectionProp name="Arguments.arguments"> |
47 | 47 | <elementProp name="AuthToken" elementType="Argument"> |
48 | 48 | <stringProp name="Argument.name">AuthToken</stringProp> |
|
97 | 97 | <stringProp name="Argument.value">${__P(InputFile, null)}</stringProp> |
98 | 98 | <stringProp name="Argument.metadata">=</stringProp> |
99 | 99 | </elementProp> |
100 | | - <elementProp name="URN" elementType="Argument"> |
101 | | - <stringProp name="Argument.name">URN</stringProp> |
102 | | - <stringProp name="Argument.value">${__P(URN, 114624)}</stringProp> |
103 | | - <stringProp name="Argument.metadata">=</stringProp> |
104 | | - </elementProp> |
105 | 100 | </collectionProp> |
106 | 101 | </Arguments> |
107 | 102 | <hashTree/> |
@@ -210,7 +205,7 @@ catch (IOException e) |
210 | 205 | } |
211 | 206 |
|
212 | 207 | //Uses HashMap above to cross reference URN code in feeder file to use a specific slug in URL |
213 | | -vars.put("ConsentSession", cohortCodes.get(vars.get("CHILD_SCHOOL_URN"))); |
| 208 | +vars.put("SessionId", cohortCodes.get(vars.get("CHILD_SCHOOL_URN"))); |
214 | 209 | </stringProp> |
215 | 210 | <stringProp name="scriptLanguage">groovy</stringProp> |
216 | 211 | </JSR223Sampler> |
@@ -3598,7 +3593,7 @@ without actual network activity. This helps debugging tests.</stringProp> |
3598 | 3593 | </hashTree> |
3599 | 3594 | </hashTree> |
3600 | 3595 | </hashTree> |
3601 | | - <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree" enabled="false"> |
| 3596 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="View Results Tree"> |
3602 | 3597 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
3603 | 3598 | <objProp> |
3604 | 3599 | <name>saveConfig</name> |
|
0 commit comments