mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Add whois record fixture and fix invoices fixture
This commit is contained in:
parent
c3c1619238
commit
657affb68d
2 changed files with 6 additions and 1 deletions
1
test/fixtures/invoices.yml
vendored
1
test/fixtures/invoices.yml
vendored
|
@ -35,5 +35,4 @@ overdue:
|
||||||
for_payments_test:
|
for_payments_test:
|
||||||
<<: *DEFAULTS
|
<<: *DEFAULTS
|
||||||
total: 12.00
|
total: 12.00
|
||||||
id: 1
|
|
||||||
number: 1
|
number: 1
|
||||||
|
|
6
test/fixtures/whois_records.yml
vendored
Normal file
6
test/fixtures/whois_records.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
shop:
|
||||||
|
name: shop.test
|
||||||
|
domain: shop
|
||||||
|
body: WHOIS text
|
||||||
|
json:
|
||||||
|
name: shop.test
|
Loading…
Add table
Add a link
Reference in a new issue