Skip to content

Commit 91c5c87

Browse files
committed
MAGETWO-33947: Story stabilization
- Fixed PAT test assertion
1 parent 350eba1 commit 91c5c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/performance/benchmark.jmx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor: Extarct product attribute id" enabled="true">
625625
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
626626
<stringProp name="RegexExtractor.refname">configurable_attribute_id</stringProp>
627-
<stringProp name="RegexExtractor.regex">&quot;spConfig&quot;:\{&quot;attributes&quot;:\{&quot;(\d+)&quot;</stringProp>
627+
<stringProp name="RegexExtractor.regex">&quot;spConfig&quot;:[\s]*\{&quot;attributes&quot;:\{&quot;(\d+)&quot;</stringProp>
628628
<stringProp name="RegexExtractor.template">$1$</stringProp>
629629
<stringProp name="RegexExtractor.default"></stringProp>
630630
<stringProp name="RegexExtractor.match_number">1</stringProp>

0 commit comments

Comments
 (0)