mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
functional test for wildcard latest
This commit is contained in:
@@ -41,7 +41,7 @@ def test_create_group_success_wildcard(shared_zone_test_context):
|
|||||||
try:
|
try:
|
||||||
new_group = {
|
new_group = {
|
||||||
"name": "test-create-group-success{shared_zone_test_context.partition_id}",
|
"name": "test-create-group-success{shared_zone_test_context.partition_id}",
|
||||||
"email": "test@dummy.com",
|
"email": "test@ok.dummy.com",
|
||||||
"description": "this is a description",
|
"description": "this is a description",
|
||||||
"members": [{"id": "ok"}],
|
"members": [{"id": "ok"}],
|
||||||
"admins": [{"id": "ok"}]
|
"admins": [{"id": "ok"}]
|
||||||
|
Reference in New Issue
Block a user