Fix tests

I thought Go ordered JSON objects when marshaling, but I guess not.
This commit is contained in:
Matthew Holt 2023-08-09 11:25:59 -06:00
parent 080db93817
commit 11166889c5
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
3 changed files with 6 additions and 6 deletions

View File

@ -69,11 +69,11 @@
}
],
"on_demand": {
"ask": "https://example.com",
"rate_limit": {
"interval": 30000000000,
"burst": 20
},
"ask": "https://example.com"
}
}
},
"disable_ocsp_stapling": true

View File

@ -78,11 +78,11 @@
}
],
"on_demand": {
"ask": "https://example.com",
"rate_limit": {
"interval": 30000000000,
"burst": 20
},
"ask": "https://example.com"
}
},
"ocsp_interval": 172800000000000,
"renew_interval": 86400000000000,

View File

@ -71,11 +71,11 @@
}
],
"on_demand": {
"ask": "https://example.com",
"rate_limit": {
"interval": 30000000000,
"burst": 20
},
"ask": "https://example.com"
}
}
}
}