fix(tests): update

This commit is contained in:
Philipp Kunz 2018-08-11 15:10:27 +02:00
parent 80248c77d0
commit 824f872fa5

View File

@ -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 () => {