2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-29 13:27:43 +00:00

Resolve tests

This commit is contained in:
Aravindh-Raju 2022-11-08 12:50:56 +05:30
parent ad1b8c75ba
commit 0098097027
No known key found for this signature in database
GPG Key ID: 6B4D566AC36626F6

View File

@ -160,7 +160,7 @@ trait TestApplicationData { this: Mockito =>
| "oldGroup": {}, | "oldGroup": {},
| "id": "b6018a9b-c893-40e9-aa25-4ccfee460c18", | "id": "b6018a9b-c893-40e9-aa25-4ccfee460c18",
| "created": "2022-07-22T08:19:22Z", | "created": "2022-07-22T08:19:22Z",
| "userName": "$frodoUser", | "userName": "${frodoUser.userName}",
| "groupChangeMessage": "" | "groupChangeMessage": ""
| } | }
""".stripMargin) """.stripMargin)
@ -180,7 +180,7 @@ trait TestApplicationData { this: Mockito =>
| "oldGroup": {}, | "oldGroup": {},
| "id": "b6018a9b-c893-40e9-aa25-4ccfee460c18", | "id": "b6018a9b-c893-40e9-aa25-4ccfee460c18",
| "created": "2022-07-22T08:19:22Z", | "created": "2022-07-22T08:19:22Z",
| "userName": "$frodoUser", | "userName": "${frodoUser.userName}",
| "groupChangeMessage": "" | "groupChangeMessage": ""
| }], | }],
| "maxItems": 100 | "maxItems": 100