Skip to content

Commit fb0567b

Browse files
author
Jared Hendrickson
committed
Updated test_services_unbound_host_override.py to check host and domain unique constraint tolerance
1 parent be6786d commit fb0567b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/test_api_v1_services_unbound_host_override.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ class APIUnitTestServicesUnboundHostOverride(unit_test_framework.APIUnitTest):
4646
"description": "Updated Unit Test"
4747
}
4848
],
49+
},
50+
{
51+
"id": 0,
52+
"host": "updated-pfsense-api",
53+
"domain": "updated-unit.test",
54+
"ip": "2.4.6.8",
55+
"descr": "Check host and domain field unique constraint tolerance",
4956
"apply": True
5057
}
5158
]

0 commit comments

Comments
 (0)