Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1140,13 +1140,13 @@
"id": "lnurlp",
"repo": "https://github.com/lnbits/lnurlp",
"name": "Pay Links",
"version": "1.2.0",
"version": "1.3.0",
"min_lnbits_version": "1.4.0",
"short_description": "Make reusable LNURL pay links",
"icon": "https://github.com/lnbits/lnurlp/raw/main/static/image/lnurl-pay.png",
"details_link": "https://raw.githubusercontent.com/lnbits/lnurlp/main/config.json",
"archive": "https://github.com/lnbits/lnurlp/archive/refs/tags/v1.2.0.zip",
"hash": "d3872eb5f65b9e962fc201d6784f94f3fd576284582b980805142a2b3f62d8e8"
"archive": "https://github.com/lnbits/lnurlp/archive/refs/tags/v1.3.0.zip",
"hash": "71701b5756628fec6d7418192158c647e840e1fbf9a65e6fd2372bc73f626562"
},
{
"id": "invoices",
Expand Down
11 changes: 0 additions & 11 deletions integration/002_lnurl.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -285,17 +285,6 @@
<intProp name="Assertion.test_type">8</intProp>
</ResponseAssertion>
<hashTree/>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check page content" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="2067560210">New pay link</stringProp>
<stringProp name="1232574677">curl -X POST http://127.0.0.1:5000/lnurlp/api/v1/links -d</stringProp>
</collectionProp>
<stringProp name="Assertion.custom_message"></stringProp>
<stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
<boolProp name="Assertion.assume_success">false</boolProp>
<intProp name="Assertion.test_type">2</intProp>
</ResponseAssertion>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="[lnurlp] Get pay links" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
Expand Down
10 changes: 0 additions & 10 deletions integration/005_lnurlw-race.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -278,16 +278,6 @@
<intProp name="Assertion.test_type">8</intProp>
</ResponseAssertion>
<hashTree/>
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Check page contains `New Pay Link` text" enabled="true">
<collectionProp name="Asserion.test_strings">
<stringProp name="2067560210">New pay link</stringProp>
</collectionProp>
<stringProp name="Assertion.custom_message"></stringProp>
<stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
<boolProp name="Assertion.assume_success">false</boolProp>
<intProp name="Assertion.test_type">2</intProp>
</ResponseAssertion>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="[lnurlp] Get pay links" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">false</boolProp>
Expand Down
Loading