From 11166889c5231213c9df7d202a811d1748036129 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 9 Aug 2023 11:25:59 -0600 Subject: Fix tests I thought Go ordered JSON objects when marshaling, but I guess not. --- caddytest/integration/caddyfile_adapt/global_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'caddytest/integration/caddyfile_adapt/global_options.txt') diff --git a/caddytest/integration/caddyfile_adapt/global_options.txt b/caddytest/integration/caddyfile_adapt/global_options.txt index 57831a4..6032098 100644 --- a/caddytest/integration/caddyfile_adapt/global_options.txt +++ b/caddytest/integration/caddyfile_adapt/global_options.txt @@ -69,11 +69,11 @@ } ], "on_demand": { + "ask": "https://example.com", "rate_limit": { "interval": 30000000000, "burst": 20 - }, - "ask": "https://example.com" + } } }, "disable_ocsp_stapling": true -- cgit v1.2.3