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": { "on_demand": {
"ask": "https://example.com",
"rate_limit": { "rate_limit": {
"interval": 30000000000, "interval": 30000000000,
"burst": 20 "burst": 20
}, }
"ask": "https://example.com"
} }
}, },
"disable_ocsp_stapling": true "disable_ocsp_stapling": true

View file

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

View file

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