mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-02 07:15:24 +00:00
Resolve tests
This commit is contained in:
@@ -145,6 +145,8 @@ trait MembershipJsonProtocol extends JsonValidation {
|
|||||||
("userId" -> gci.userId) ~
|
("userId" -> gci.userId) ~
|
||||||
("oldGroup" -> Extraction.decompose(gci.oldGroup)) ~
|
("oldGroup" -> Extraction.decompose(gci.oldGroup)) ~
|
||||||
("id" -> gci.id) ~
|
("id" -> gci.id) ~
|
||||||
("created" -> gci.created.toString)
|
("created" -> gci.created.toString) ~
|
||||||
|
("userName" -> gci.userName) ~
|
||||||
|
("groupChangeMessage" -> gci.groupChangeMessage)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user