Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
I thought Go ordered JSON objects when marshaling, but I guess not.
  • Loading branch information
mholt committed Aug 9, 2023
1 parent 080db93 commit 1116688
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions caddytest/integration/caddyfile_adapt/global_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
}
],
"on_demand": {
"ask": "https://example.com",
"rate_limit": {
"interval": 30000000000,
"burst": 20
},
"ask": "https://example.com"
}
}
},
"disable_ocsp_stapling": true
Expand Down
4 changes: 2 additions & 2 deletions caddytest/integration/caddyfile_adapt/global_options_acme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
}
],
"on_demand": {
"ask": "https://example.com",
"rate_limit": {
"interval": 30000000000,
"burst": 20
},
"ask": "https://example.com"
}
}
}
}
Expand Down

0 comments on commit 1116688

Please sign in to comment.