2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-30 22:05:21 +00:00

functional test for wildcard latest

This commit is contained in:
ssranjani06
2023-02-27 10:30:43 +05:30
parent e3a6413635
commit 14cf663f0e

View File

@@ -41,7 +41,7 @@ def test_create_group_success_wildcard(shared_zone_test_context):
try:
new_group = {
"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",
"members": [{"id": "ok"}],
"admins": [{"id": "ok"}]