dnscontrol/pkg/js/parse_tests/019-ignored-records.json
Tom Limoncelli ff3d446681
Codestyle: Fix formatting on parse_test JSON (#427)
* Fix failing parse_test 021
* Fix JSON formatting in parse_test directory
* js_test.go now reports json content length
2018-12-13 11:46:43 -05:00

15 lines
232 B
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"ignored_labels": [
"testignore"
],
"name": "foo.com",
"records": [],
"registrar": "none"
}
],
"registrars": []
}