Fix syntax error in test JSON

pull/81/head
Richard Körber 2018-08-22 17:48:00 +02:00
parent bd485c23ef
commit a8047704aa
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"newNonce": "https://example.com/acme/new-nonce", "newNonce": "https://example.com/acme/new-nonce",
"newAccount": "https://example.com/acme/new-account", "newAccount": "https://example.com/acme/new-account",
"newOrder": "https://example.com/acme/new-order" "newOrder": "https://example.com/acme/new-order",
"newAuthz": "https://example.com/acme/new-authz", "newAuthz": "https://example.com/acme/new-authz",
"meta": { "meta": {
"termsOfService": "https://example.com/acme/terms", "termsOfService": "https://example.com/acme/terms",