Skip to content

Commit c16b066

Browse files
authored
Merge pull request #387 from NHSDigital/2.4.0-fix
Change regex
2 parents 0519c84 + 36f32d4 commit c16b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance-tests/E2E/nurse-journey.jmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ log.info(&quot;session ID is &quot; + vars.get(&quot;SessionId&quot;))</stringPr
653653
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Get PatientID" enabled="true">
654654
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
655655
<stringProp name="RegexExtractor.refname">PatientId</stringProp>
656-
<stringProp name="RegexExtractor.regex">&lt;a class=&quot;nhsuk-card__link&quot; href=&quot;\/sessions\/.*?\/patients\/(.*?)\/hpv</stringProp>
656+
<stringProp name="RegexExtractor.regex">href=&quot;\/sessions\/.*?\/patients\/(.*?)\/hpv</stringProp>
657657
<stringProp name="RegexExtractor.template">$1$</stringProp>
658658
<stringProp name="RegexExtractor.default">PatientId_NotFound</stringProp>
659659
<boolProp name="RegexExtractor.default_empty_value">false</boolProp>

0 commit comments

Comments
 (0)