fix(tests): update
This commit is contained in:
parent
80248c77d0
commit
824f872fa5
@ -30,8 +30,8 @@ tap.test(`should produce an instance of NginxConfig`, async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
tap.test('.addZone() should add a zone to NginxConfig Object', async () => {
|
tap.test('.addZone() should add a zone to NginxConfig Object', async () => {
|
||||||
testSmartNginx.addHost(testNginxZone01);
|
testSmartNginx.addHost('test200.bleu.de', '192.192.192.191');
|
||||||
testSmartNginx.addHost(testNginxZone02);
|
testSmartNginx.addHost('test201.blue.de', '192.192.192.191');
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('.deploy() should deploy a config from an instance', async () => {
|
tap.test('.deploy() should deploy a config from an instance', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user