Skip to content

Commit

Permalink
Update to jmeter 5.5, remove unnecessary empty header
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Apr 17, 2023
1 parent 41aaba7 commit d851e86
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions performance.jmx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.4.1">
<jmeterTestPlan version="1.2" properties="5.0" jmeter="5.5">
<hashTree>
<TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="plone.restapi" enabled="true">
<stringProp name="TestPlan.comments"></stringProp>
Expand Down Expand Up @@ -71,10 +71,6 @@
<stringProp name="Header.name">Authorization</stringProp>
<stringProp name="Header.value">Basic YWRtaW46YWRtaW4=</stringProp>
</elementProp>
<elementProp name="" elementType="Header">
<stringProp name="Header.name"></stringProp>
<stringProp name="Header.value"></stringProp>
</elementProp>
</collectionProp>
<stringProp name="TestPlan.comments">: Bearer</stringProp>
</HeaderManager>
Expand Down

0 comments on commit d851e86

Please sign in to comment.