We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd683b commit 8b0abd6Copy full SHA for 8b0abd6
2 files changed
tests/airos/test_gui.py
@@ -9,7 +9,7 @@ class TestGuiConverter(unittest.TestCase):
9
10
def test_gui_key(self):
11
o = self.backend({
12
- "general": {}
+ 'gui': {},
13
})
14
15
o.to_intermediate()
tests/airos/test_resolv.py
@@ -19,6 +19,7 @@ def test_resolv(self):
19
expected = [
20
{
21
'host.1.name' : 'airos',
22
+ 'host.1.status': 'enabled',
23
},
24
25
'nameserver.1.ip' : '10.150.42.1',
@@ -42,6 +43,7 @@ def test_no_dns_server(self):
42
43
44
45
46
47
48
49
'status' : 'enabled',
0 commit comments