Skip to content

Commit

Permalink
fix: error codes
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Dec 11, 2024
1 parent e7cd32e commit bd11e2a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions integration/010_nostrnip5.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -4417,7 +4417,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -4575,9 +4575,9 @@ reserved_b</stringProp>
</collectionProp>
</HeaderManager>
<hashTree/>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check Status Code 500" enabled="true">
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check Status Code 400" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="52469">500</stringProp>
<stringProp name="51508">400</stringProp>
</collectionProp>
<stringProp name="Assertion.custom_message"></stringProp>
<stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
Expand Down Expand Up @@ -4741,7 +4741,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -5122,7 +5122,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -5508,7 +5508,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -5666,9 +5666,9 @@ reserved_b</stringProp>
</collectionProp>
</HeaderManager>
<hashTree/>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check Status Code 500" enabled="true">
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check Status Code 400" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="52469">500</stringProp>
<stringProp name="51508">400</stringProp>
</collectionProp>
<stringProp name="Assertion.custom_message"></stringProp>
<stringProp name="Assertion.test_field">Assertion.response_code</stringProp>
Expand Down Expand Up @@ -5832,7 +5832,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -6213,7 +6213,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract price in sats" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">priceInSats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down Expand Up @@ -6719,7 +6719,7 @@ reserved_b</stringProp>
<hashTree/>
<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="Extract full price" enabled="true">
<stringProp name="JSONPostProcessor.referenceNames">identifierThreeFullPrice</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">config.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.jsonPathExprs">extra.price_in_sats</stringProp>
<stringProp name="JSONPostProcessor.match_numbers"></stringProp>
</JSONPostProcessor>
<hashTree/>
Expand Down

0 comments on commit bd11e2a

Please sign in to comment.