mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
tests: add new fixtures
This commit is contained in:
parent
2262d848b1
commit
1fd1c23e38
3 changed files with 23 additions and 0 deletions
11
providers/dns/allinkl/internal/fixtures/flood_protection.xml
Normal file
11
providers/dns/allinkl/internal/fixtures/flood_protection.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<SOAP-ENV:Body>
|
||||
<SOAP-ENV:Fault>
|
||||
<faultcode>SOAP-ENV:Server</faultcode>
|
||||
<faultstring>flood_protection</faultstring>
|
||||
<faultactor>KasApi</faultactor>
|
||||
<detail>0.0688529014587</detail>
|
||||
</SOAP-ENV:Fault>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
<faultcode>SOAP-ENV:Server</faultcode>
|
||||
<faultstring>zone_not_found</faultstring>
|
||||
<faultactor>KasApi</faultactor>
|
||||
<detail>example.com</detail>
|
||||
</SOAP-ENV:Fault>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
||||
<SOAP-ENV:Body>
|
||||
<SOAP-ENV:Fault>
|
||||
<faultcode>SOAP-ENV:Server</faultcode>
|
||||
<faultstring>zone_syntax_incorrect</faultstring>
|
||||
<faultactor>KasApi</faultactor>
|
||||
<detail>_acme-challenge.example.com</detail>
|
||||
</SOAP-ENV:Fault>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
Loading…
Add table
Add a link
Reference in a new issue