more test fixes

This commit is contained in:
Girish Ramakrishnan
2021-06-03 16:16:04 -07:00
parent 8da4eaf4a3
commit a0c4ef9d0f
2 changed files with 9 additions and 7 deletions

View File

@@ -46,14 +46,10 @@ const MANIFEST = {
const DOMAIN = {
domain: 'example.com',
zoneName: 'example.com',
provider: 'route53',
config: {
accessKeyId: 'accessKeyId',
secretAccessKey: 'secretAccessKey',
endpoint: 'http://localhost:5353'
},
provider: 'noop',
config: {},
fallbackCertificate: null,
tlsConfig: { provider: 'letsencrypt-staging' },
tlsConfig: { provider: 'fallback' },
wellKnown: null
};