diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-21 16:23:55 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-21 16:23:55 +0100 |
| commit | d7ce374a1741fdbb5c3aeef1218058a3d1060e88 (patch) | |
| tree | ac4297e69ce670155fcd3c37c29b085d3707decc /test/noop.json | |
| parent | 9ce9c101a10327b1eb6902133173119c3e0f3732 (diff) | |
config fallback w/ tests. introduced a macro to remove some test boilerplate around Result<T,E> and having return Ok(())
Diffstat (limited to 'test/noop.json')
| -rw-r--r-- | test/noop.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/noop.json b/test/noop.json new file mode 100644 index 0000000..837820e --- /dev/null +++ b/test/noop.json @@ -0,0 +1,11 @@ +[ + { + "fqdn": "dyn.domain.com", + "providers": [{ + "type": "NOOP" + }], + "ip_service": { + "type": "NOOP" + } + } +] |
