diff --git a/test/test.ts b/test/test.ts index d60f181..e7a850c 100644 --- a/test/test.ts +++ b/test/test.ts @@ -30,8 +30,8 @@ tap.test(`should produce an instance of NginxConfig`, async () => { }); tap.test('.addZone() should add a zone to NginxConfig Object', async () => { - testSmartNginx.addHost(testNginxZone01); - testSmartNginx.addHost(testNginxZone02); + testSmartNginx.addHost('test200.bleu.de', '192.192.192.191'); + testSmartNginx.addHost('test201.blue.de', '192.192.192.191'); }); tap.test('.deploy() should deploy a config from an instance', async () => {