From 824f872fa541fb3956b03dfd774d05e518313786 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Aug 2018 15:10:27 +0200 Subject: [PATCH] fix(tests): update --- test/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 () => {