This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit 34dfaffb1888836b52b2ba0b4a89ebb49069dd83 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Apr 29 18:35:22 2023 +0200 Website used for testing has gone, use another one A better fix would be to use a local setup, that would never go away. --- bin/testfiles/TEST_HTTPS.jmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/testfiles/TEST_HTTPS.jmx b/bin/testfiles/TEST_HTTPS.jmx index a2a3689c30..6ffa072c54 100644 --- a/bin/testfiles/TEST_HTTPS.jmx +++ b/bin/testfiles/TEST_HTTPS.jmx @@ -30,7 +30,7 @@ <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="Variables pré-définies" enabled="true"> <collectionProp name="Arguments.arguments"/> </elementProp> - <stringProp name="HTTPSampler.domain">analytics.usa.gov</stringProp> + <stringProp name="HTTPSampler.domain">jmeter.apache.org</stringProp> <stringProp name="HTTPSampler.port"></stringProp> <stringProp name="HTTPSampler.protocol">https</stringProp> <stringProp name="HTTPSampler.contentEncoding"></stringProp> @@ -48,7 +48,7 @@ <hashTree> <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="RA_CHECK_SNI_OK" enabled="true"> <collectionProp name="Asserion.test_strings"> - <stringProp name="1071695892"><meta property="og:title" content="analytics.usa.gov | The US government's web traffic." /></stringProp> + <stringProp name="1071695892">Apache JMeter</stringProp> </collectionProp> <stringProp name="Assertion.test_field">Assertion.response_data</stringProp> <boolProp name="Assertion.assume_success">false</boolProp>
